diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-02-01 22:16:45 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-02-01 22:16:45 +0300 |
commit | 237e33a8d56129980ade488b1ec07ddf0c70f0c3 (patch) | |
tree | 1947daf15ef4bab4e8062523f3651a20b3c0d3a8 /_includes/common | |
parent | update post list layout (diff) | |
download | jekyll-theme-237e33a8d56129980ade488b1ec07ddf0c70f0c3.tar.gz jekyll-theme-237e33a8d56129980ade488b1ec07ddf0c70f0c3.zip |
bugfix
Why did I change that in the first place?
Diffstat (limited to '_includes/common')
-rw-r--r-- | _includes/common/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/header.html b/_includes/common/header.html index 4fc64c7..c21b442 100644 --- a/_includes/common/header.html +++ b/_includes/common/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 }} - {{ site.project.name }} - {{ site.personal_info.name }}</title> |