Skip to content

Commit

Permalink
Merge pull request #3 from javiercejudo/patch-1
Browse files Browse the repository at this point in the history
Remove duplicated viewport meta tag
  • Loading branch information
barryclark committed Aug 3, 2014
2 parents f83c9de + 95c57f4 commit 5de9557
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -54,4 +53,4 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>

{% include analytics.html %}
</body>
</html>
</html>

0 comments on commit 5de9557

Please sign in to comment.