Skip to content

Commit 7df3bec

Browse files
steveohverythorough
authored andcommitted
add viewport meta data (#49)
closes #48
1 parent 7026fe7 commit 7df3bec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/layouts/partials/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<html lang="{{.Site.LanguageCode}}">
1313
<head>
1414
<title>{{ $title }}</title>
15+
<meta name="viewport" content="width=device-width, initial-scale=1">
1516
<link rel="stylesheet" href="/css/main.css"/>
1617
{{ if $major }}
1718
<link rel="icon" href="{{ absURL $favicons }}favicon-danger.ico">

0 commit comments

Comments
 (0)