aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-02-12 01:56:43 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-02-12 01:56:43 +0300
commitb1e0bcfac4632566239b9708c138492f175bb877 (patch)
tree126f8b7a7bb8137557f4026ce0d2025c930faf6b
parentbump dependencies (diff)
downloadjekyll-theme-b1e0bcfac4632566239b9708c138492f175bb877.tar.gz
jekyll-theme-b1e0bcfac4632566239b9708c138492f175bb877.zip
bugfix
-rw-r--r--_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 3f30048..82c5b77 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 }} - C++ tips - Egor Tensin</title>