diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-02-12 01:48:36 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-02-12 01:48:36 +0300 |
commit | f23e583ba584fad7f12841a7af6d5d569b71c80c (patch) | |
tree | db65f224e14e077e39c588926a3d7219be697eab /_includes | |
parent | bump dependencies (diff) | |
download | egor-tensin.github.io-f23e583ba584fad7f12841a7af6d5d569b71c80c.tar.gz egor-tensin.github.io-f23e583ba584fad7f12841a7af6d5d569b71c80c.zip |
bugfix
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html index 6a17508..e00d394 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ page.title }}</title> |