From: Tom Hughes Date: Tue, 19 Aug 2014 09:55:01 +0000 (+0100) Subject: Move ICO favion into an IE conditional comment X-Git-Tag: live~4322 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ace4da4f8247997b1416c6ad8eaf41373d585c1d Move ICO favion into an IE conditional comment --- diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index 13f707081..1c91e68ec 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -9,8 +9,8 @@ <%= stylesheet_link_tag "leaflet-all", :media => "screen, print" %> - <%= favicon_link_tag "favicon.ico" %> <%= favicon_link_tag "osm_logo_57.png", :rel => "apple-touch-icon", :sizes => "57x57", :type => "image/png" %> <%= favicon_link_tag "osm_logo_72.png", :rel => "apple-touch-icon", :sizes => "72x72", :type => "image/png" %> <%= favicon_link_tag "osm_logo_114.png", :rel => "apple-touch-icon", :sizes => "114x114", :type => "image/png" %>