diff options
-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> |