Skip to content

Commit

Permalink
Add moar meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 4, 2016
1 parent 2696277 commit 9f2797d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions partials/meta.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{{! Document Settings }}
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

{{! Page Meta }}
<meta name="description" content="{{meta_description}}" />
<meta name="HandheldFriendly" content="True" />
Expand Down

0 comments on commit 9f2797d

Please sign in to comment.