From 0972516abe274cd7a7153946bcdff4a8db58990c Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 26 Nov 2018 10:40:09 +0800 Subject: [PATCH] FIX: Incorrect "rel" used for apple icons in ``. Nothing on the web I can find suggests that this should have been `rel=icon`. See https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html --- app/views/layouts/_head.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index 898ffd7f4b3..ad75304fff2 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -8,7 +8,7 @@ <%- end %> <%- if (site_apple_touch_icon_url != "/images/default-apple-touch-icon.png") && site_apple_touch_icon_url.present? %> - + <%- end %> <% if mobile_view? %>