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