diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index cb9b9d871..22984d4aa 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -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)