Add apple-touch-icon to HTML head for improved homescreen bookmark icon. Thanks to @xf- ❤️
This commit is contained in:
parent
ceb9bf6e14
commit
3bd3eeb163
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
<meta name="viewport" content="width=1024">
|
<meta name="viewport" content="width=1024">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<title><%= Setting.get('product_name') %></title>
|
<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", :media => 'all' %>
|
||||||
<%= stylesheet_link_tag "application-print", :media => 'print' %>
|
<%= stylesheet_link_tag "application-print", :media => 'print' %>
|
||||||
<% if Rails.configuration.assets.debug %>
|
<% if Rails.configuration.assets.debug %>
|
||||||
|
|
Loading…
Reference in a new issue