summaryrefslogtreecommitdiff
path: root/data/example/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/example/templates/default.html')
-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>