From 4e78648d4694dcd1d64467e03b735b003b0feeac Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 19 Feb 2012 11:29:14 +0000 Subject: [PATCH 1/1] Add apple-touch-icon link to the layout --- app/views/layouts/_head.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index 6e876e166..2dda3d799 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -9,6 +9,7 @@ <%= stylesheet_link_tag "print-#{t 'html.dir'}", :media => "print" %> <%= favicon_link_tag "favicon.ico" %> + <%= favicon_link_tag "osm_logo.png", :rel => "apple-touch-icon", :type => "image/png" %> <%= tag("link", { :rel => "publisher", :href => "https://plus.google.com/111953119785824514010" }) %> <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => asset_path("osm.xml") }) %> <%= tag("meta", { :name => "description", :content => "OpenStreetMap is the free wiki world map." }) %> -- 2.45.1