hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit 5e3ead4fe466c0c485a797a8ab5f5fece6753dcd
parent b9953b82cd29ff5e00c893794ab670385df21d63
Author: Yihui Xie <xie@yihui.name>
Date:   Tue, 11 Jul 2017 01:59:15 -0500

make it mobile friendly

Diffstat:
Mlayouts/partials/header.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
@@ -2,6 +2,7 @@
 <html lang="{{ .Site.LanguageCode }}">
   <head>
     <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>{{ .Title }} | {{ .Site.Title }}</title>
     <link rel="stylesheet" href="{{ "/css/style.css" | relURL }}" />
     <link rel="stylesheet" href="{{ "/css/fonts.css" | relURL }}" />