using an image tag as a path is an interesting idea... but a path is still working better :P [ci skip]
This commit is contained in:
parent
59f092c26a
commit
5866ebe638
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@
|
|||
%meta{:name => "description", :content => "Diaspora*"}
|
||||
%meta{:name => "author", :content => "Diaspora, Inc."}
|
||||
|
||||
%link{:rel => 'shortcut icon', :href => "#{image_tag('favicon.png')}" }
|
||||
%link{:rel => 'apple-touch-icon', :href => "#{image_tag('apple-touch-icon.png')}"}
|
||||
%link{:rel => 'shortcut icon', :href => "#{image_path('favicon.png')}" }
|
||||
%link{:rel => 'apple-touch-icon', :href => "#{image_path('apple-touch-icon.png')}"}
|
||||
|
||||
%title
|
||||
= page_title yield(:page_title)
|
||||
|
|
|
|||
Loading…
Reference in a new issue