Skip to content

Commit

Permalink
Modify_Change the favicon path in default.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
akring committed Mar 19, 2017
1 parent 2cdf7b4 commit 43572ca
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 @@ -23,8 +23,8 @@
<meta property="og:title" content="{{meta_title}}">
<meta property="og:description" content="{{meta_description}}">

<link rel="icon" type="image/png" href="/assets/images/favicon.png" />
<link href="/assets/images/favicon.png" rel="shortcut icon" type="image/png">
<link rel="icon" type="image/png" href="{{asset "images/favicon.png"}}" />
<link href="{{asset "images/favicon.png"}}" rel="shortcut icon" type="image/png">
<link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon">

{{! Styles and Scripts }}
Expand Down

0 comments on commit 43572ca

Please sign in to comment.