Add apple-touch-icon to HTML head for improved homescreen bookmark icon. Thanks to @xf- ❤️

This commit is contained in:
Thorsten Eckel 2020-01-13 09:49:06 +01:00
parent ceb9bf6e14
commit 3bd3eeb163

View file

@ -5,6 +5,7 @@
<meta name="viewport" content="width=1024">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title><%= Setting.get('product_name') %></title>
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<%= stylesheet_link_tag "application", :media => 'all' %>
<%= stylesheet_link_tag "application-print", :media => 'print' %>
<% if Rails.configuration.assets.debug %>