Skip to content

Commit 5de9557

Browse files
committed
Merge pull request barryclark#3 from javiercejudo/patch-1
Remove duplicated viewport meta tag
2 parents f83c9de + 95c57f4 commit 5de9557

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_layouts/default.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
<meta name="author" content="{{ site.name }}" />
1212
<meta name="description" content="{{ site.description }}">
13-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1413

1514
<!--[if lt IE 9]>
1615
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
@@ -54,4 +53,4 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
5453

5554
{% include analytics.html %}
5655
</body>
57-
</html>
56+
</html>

0 commit comments

Comments
 (0)