Skip to content

Commit

Permalink
Correct favicon path.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshukraine committed May 23, 2017
1 parent d193473 commit 1cd6247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/partials/_head_contents.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
%title= full_title(page_title, site_title)

-# = partial "partials/analytics" if production?
-# = favicon_tag "images/favicon.png"
-# = favicon_tag "favicon.ico"
-# = tag "link", rel: "apple-touch-icon", href: "images/apple-touch-icon.png"
= stylesheet_link_tag :site
= javascript_include_tag :bundle, async: !development?

0 comments on commit 1cd6247

Please sign in to comment.