Move ICO favion into an IE conditional comment
This commit is contained in:
parent
ebe82bbb5d
commit
ace4da4f82
1 changed files with 1 additions and 1 deletions
|
@ -9,8 +9,8 @@
|
|||
<%= stylesheet_link_tag "leaflet-all", :media => "screen, print" %>
|
||||
<!--[if IE]>
|
||||
<%= stylesheet_link_tag "large-#{dir}", :media => "screen" %>
|
||||
<%= favicon_link_tag "favicon.ico" %>
|
||||
<![endif]-->
|
||||
<%= 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" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue