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:
Jonne Haß 2012-04-05 03:14:02 +02:00
parent 59f092c26a
commit 5866ebe638

View file

@ -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)