Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from ericnshimiye/master
Browse files Browse the repository at this point in the history
Fix default template display
  • Loading branch information
slunsford authored Jun 15, 2017
2 parents 6a0dd6e + adbcc62 commit cab2b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

{{! favicon and apple-touch-icon - designed for thedarkroast.com but you're welcome to use them }}
{{!
{{!--
<link rel="shortcut icon" href="{{asset "/icons/favicon.ico"}}" type="image/x-icon">
<link rel="apple-touch-icon" href="{{asset "icons/apple-touch-icon.png"}}" />
<link rel="apple-touch-icon" sizes="57x57" href="{{asset "icons/apple-touch-icon-57x57.png"}}" />
Expand All @@ -22,7 +22,7 @@
<link rel="apple-touch-icon" sizes="120x120" href="{{asset "icons/apple-touch-icon-120x120.png"}}" />
<link rel="apple-touch-icon" sizes="144x144" href="{{asset "icons/apple-touch-icon-144x144.png"}}" />
<link rel="apple-touch-icon" sizes="152x152" href="{{asset "icons/apple-touch-icon-152x152.png"}}" />
}}
--}}

{{! Styles and Fonts }}
<link rel="stylesheet" type="text/css" href="{{asset "css/normalize.css"}}" />
Expand Down

0 comments on commit cab2b26

Please sign in to comment.