Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yihui/hugo-xmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2017-07-11 09:59:15 +0300
committerYihui Xie <xie@yihui.name>2017-07-11 09:59:15 +0300
commit5e3ead4fe466c0c485a797a8ab5f5fece6753dcd (patch)
tree49c57cc2b01dbe9be19998409730f3295aaf1a43
parentb9953b82cd29ff5e00c893794ab670385df21d63 (diff)
make it mobile friendly
-rw-r--r--layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 6f291e2..4f431eb 100644
--- 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 }}" />