aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorGravatar Javier Cejudo <javier@javiercejudo.com> 2014-08-03 13:27:38 +1000
committerGravatar Javier Cejudo <javier@javiercejudo.com> 2014-08-03 13:27:38 +1000
commit95c57f465caa35f37d3f5c5f9bca8bf194d8fa16 (patch)
tree6e3be22ff2f8f172587fa3a8b524453d1728cba4 /_layouts
parentf83c9de3eabfabbfc2c917dce418bc751f811344 (diff)
downloadkompetenzbolzen.github.io-95c57f465caa35f37d3f5c5f9bca8bf194d8fa16.tar.gz
Remove duplicated viewport meta tag
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index eb64434..0c0f822 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -10,7 +10,6 @@
<meta name="author" content="{{ site.name }}" />
<meta name="description" content="{{ site.description }}">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
@@ -54,4 +53,4 @@
{% include analytics.html %}
</body>
-</html> \ No newline at end of file
+</html>