Skip to content

Commit

Permalink
jaspervdj#444 - group viewport meta tag with other meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ethagnawl committed Jul 13, 2016
1 parent 78329b2 commit ac7d722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/example/templates/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>My Hakyll Blog - $title$</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My Hakyll Blog - $title$</title>
<link rel="stylesheet" href="/css/default.css" />
</head>
<body>
Expand Down

0 comments on commit ac7d722

Please sign in to comment.