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

github.com/yihui/hugo-xmag.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 07:14:28 +0300
committerYihui Xie <xie@yihui.name>2017-07-11 07:14:28 +0300
commit15a56a9c69d5dcc67d1ffc87cd009b2d3b3fc649 (patch)
treef60adc85b476334d023b14a687f6d2fa3334eaa7 /layouts
parent77e8f863b05be2c89f1e96babcbbe146dc302fc0 (diff)
for mobile
Diffstat (limited to 'layouts')
-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 36452d4..6efd7d2 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 }}" />