Skip to content

Commit

Permalink
Merge pull request #26 from akring/master
Browse files Browse the repository at this point in the history
Change the favicon path in default.hbs
  • Loading branch information
onevcat authored Mar 20, 2017
2 parents 2cdf7b4 + 43572ca commit d6785d5
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 d6785d5

Please sign in to comment.