Skip to content

Commit

Permalink
add viewport meta tag to scale correctly on mobile devices. fixes gda…
Browse files Browse the repository at this point in the history
  • Loading branch information
gdagley committed Feb 8, 2012
1 parent d9440b8 commit 58b3e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/themes/twitter-2.0/default.html
Expand Up @@ -5,7 +5,7 @@
<title>{{ page.title }}</title>
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
<meta name="author" content="{{ site.author.name }}">

<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
Expand Down

0 comments on commit 58b3e69

Please sign in to comment.