add viewport meta data (#49)

closes #48
This commit is contained in:
steveoh 2018-02-16 09:19:23 -07:00 committed by Jessica Parsons
parent 7026fe737b
commit 7df3bec8fe
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<html lang="{{.Site.LanguageCode}}">
<head>
<title>{{ $title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/main.css"/>
{{ if $major }}
<link rel="icon" href="{{ absURL $favicons }}favicon-danger.ico">