Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Refactor meta tags in the same place
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 12, 2015
1 parent e8610a4 commit 244e9a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions default.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>{{meta_title}}</title>
{{> meta}}
<link rel="stylesheet" type="text/css" href="{{asset "css/uno-zen.css"}}" />
Expand All @@ -21,7 +19,7 @@
</section>
</main>
{{ghost_foot}}
<script type="text/javascript" src="{{asset "js/uno-zen.js"}}"></script>
<script src="{{asset "js/uno-zen.js"}}" type="text/javascript" charset="utf-8"></script>
{{> google-analytics}}
</body>
</html>
2 changes: 2 additions & 0 deletions partials/meta.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
Expand Down

0 comments on commit 244e9a5

Please sign in to comment.