summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPeter Doherty <pdoherty926@gmail.com>2016-07-13 10:51:24 -0400
committerPeter Doherty <pdoherty926@gmail.com>2016-07-13 10:51:24 -0400
commitac7d7220aada7bbe14ccc113fe4c37887d1aab06 (patch)
tree4914afafddd2d6a483bd734298f798105e50c7a0 /data
parent78329b24d8ff3567e8fc822898345df071d704ad (diff)
downloadhakyll-ac7d7220aada7bbe14ccc113fe4c37887d1aab06.tar.gz
#444 - group viewport meta tag with other meta tags
Diffstat (limited to 'data')
-rw-r--r--data/example/templates/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example/templates/default.html b/data/example/templates/default.html
index 88181e7..c3dd400 100644
--- a/data/example/templates/default.html
+++ b/data/example/templates/default.html
@@ -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>