Skip to content

Commit

Permalink
Merge pull request #5 from jjgod/e016cdb51b1ccbfd6a32814211fde36d14ea…
Browse files Browse the repository at this point in the history
…dc3d

Fix meta viewport warnings
  • Loading branch information
tommy351 committed Jan 21, 2013
2 parents 4568241 + e016cdb commit 52d86ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta name="description" content="<%= strip_html(page.content).replace(/^\s*/, '').replace(/\s*$/, '').substring(0, 150) %>">
<% } %>
<% if (page.keywords){ %><meta name="keywords" content="<%= page.keywords %>"><% } %>
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<% if (page.title){ %><meta property="og:title" content="<%= page.title %>"/><% } %>
<meta property="og:site_name" content="<%= config.title %>"/>
Expand All @@ -36,4 +36,4 @@
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<%- partial('google_analytics') %>
</head>
</head>

0 comments on commit 52d86ef

Please sign in to comment.