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 | |
parent | add comments to CSS classes (diff) | |
download | jekyll-theme-ae8fb730224548c455329409da3ba772ca8f5b79.tar.gz jekyll-theme-ae8fb730224548c455329409da3ba772ca8f5b79.zip |
bump dependencies
-rw-r--r-- | _config.yml | 6 | ||||
-rw-r--r-- | _includes/common/header.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index a4515a2..413acf5 100644 --- a/_config.yml +++ b/_config.yml @@ -24,9 +24,9 @@ kramdown: syntax_highlighter_opts: disable: true -bootstrap_version: 3.3.6 -jquery_version: 1.11.3 -html5shiv_version: 3.7.2 +bootstrap_version: 3.3.7 +jquery_version: 1.12.4 +html5shiv_version: 3.7.3 respond_version: 1.4.2 project: 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> |