aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-02-12 01:55:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-02-12 01:55:21 +0300
commit2ec30791248cf3397b7d9c533683c5df7176aa2c (patch)
tree940d1ace0f45fb839e9a469e53bf94a9ec8671aa
parentbump dependencies (diff)
downloadsorting-algorithms-2ec30791248cf3397b7d9c533683c5df7176aa2c.tar.gz
sorting-algorithms-2ec30791248cf3397b7d9c533683c5df7176aa2c.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 4e299b6..060becb 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 }} - Sorting algorithms - Egor Tensin</title>