diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-02-01 21:54:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-02-01 21:54:16 +0300 |
commit | ae8fb730224548c455329409da3ba772ca8f5b79 (patch) | |
tree | 5d9f255b858116a73126870476b3e306027c25b0 /_includes/common/header.html | |
parent | add comments to CSS classes (diff) | |
download | jekyll-theme-ae8fb730224548c455329409da3ba772ca8f5b79.tar.gz jekyll-theme-ae8fb730224548c455329409da3ba772ca8f5b79.zip |
bump dependencies
Diffstat (limited to '')
-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 c21b442..4fc64c7 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"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{ page.title }} - {{ site.project.name }} - {{ site.personal_info.name }}</title> |