hugo-ataru

Hugo theme with titleless posts and microformats2 support

git clone git://git.shimmy1996.com/hugo-ataru.git
commit f79828ef557f19eebb3acba9d73298c8b695772e
parent f964f82934af3e9989a919867f20512c80fc6b27
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Wed,  8 Apr 2020 22:59:57 -0500

Specify characterset and viewport

Diffstat:
Mlayouts/partials/head.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
@@ -5,5 +5,7 @@
         max-width: 60ch;
     }
   </style>
+  <meta charset="utf-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>{{ .Title }}</title>
 </head>