Changing favicon

This commit is contained in:
Will Marshall
2013-11-28 16:52:54 +11:00
parent 7784a6ef44
commit 13e991d02d
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -5,7 +5,7 @@
%meta{name: 'viewport', content: "width=device-width,initial-scale=1.0"}/
%title Welcome to Open Food Network
= favicon_link_tag "favicon.ico"
= favicon_link_tag "favicon.png"
= stylesheet_link_tag "search/all"
= javascript_include_tag "search/all"
= javascript_include_tag "store/shop_front"

View File

@@ -5,7 +5,7 @@
%meta{name: 'viewport', content: "width=device-width,initial-scale=1.0"}/
%title= content_for?(:title) ? yield(:title) : 'Welcome to Open Food Network'
= favicon_link_tag "favicon.ico"
= favicon_link_tag "favicon.png"
= stylesheet_link_tag "search/all"
= javascript_include_tag "search/all"
= render "layouts/bugherd_script"