Adds apple touch icon
This commit is contained in:
BIN
app/assets/images/apple-touch-icon-200.png
Normal file
BIN
app/assets/images/apple-touch-icon-200.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
@@ -10,6 +10,10 @@
|
|||||||
<%= javascript_include_tag "application", 'data-turbolinks-track' => true %>
|
<%= javascript_include_tag "application", 'data-turbolinks-track' => true %>
|
||||||
<%= csrf_meta_tags %>
|
<%= csrf_meta_tags %>
|
||||||
<%= favicon_link_tag "favicon.ico" %>
|
<%= favicon_link_tag "favicon.ico" %>
|
||||||
|
<%= favicon_link_tag "apple-touch-icon-200.png",
|
||||||
|
rel: "apple-touch-icon",
|
||||||
|
sizes: "200x200",
|
||||||
|
type: "image/png" %>
|
||||||
</head>
|
</head>
|
||||||
<body class="<%= "bg-white" if current_page?(root_path) %>">
|
<body class="<%= "bg-white" if current_page?(root_path) %>">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|||||||
Reference in New Issue
Block a user