update favicon
This commit is contained in:
parent
e3d7af99c5
commit
69d019bee4
Binary file not shown.
After Width: | Height: | Size: 410 B |
|
@ -7,7 +7,7 @@ html
|
||||||
title
|
title
|
||||||
= content_for?(:title) ? yield(:title) + " | #{ENV['SITE_NAME']}" : ENV['SITE_NAME']
|
= content_for?(:title) ? yield(:title) + " | #{ENV['SITE_NAME']}" : ENV['SITE_NAME']
|
||||||
= stylesheet_link_tag "application", media: 'all'
|
= stylesheet_link_tag "application", media: 'all'
|
||||||
link href="/favicon.png" type='image/png' rel="icon"
|
= favicon_link_tag 'favicon.png', type: 'image/png'
|
||||||
= javascript_include_tag "vendor/modernizr"
|
= javascript_include_tag "vendor/modernizr"
|
||||||
= javascript_include_tag "application"
|
= javascript_include_tag "application"
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB |
Loading…
Reference in New Issue