mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-06 01:08:21 +01:00
fix bug custom asset favicon-file favicon file is not set
This commit is contained in:
parent
b483b76042
commit
faf78b7f82
@ -54,8 +54,10 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
<base href="/"></base>
|
<base href="/"></base>
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="<%= CustomAsset.get_url('favicon-file') %>">
|
<% if CustomAsset.get_url('favicon-file') %>
|
||||||
<link rel="shortcut icon" type="image/ico" href="<%= CustomAsset.get_url('favicon-file') %>">
|
<link rel="shortcut icon" type="image/x-icon" href="<%= CustomAsset.get_url('favicon-file') %>">
|
||||||
|
<link rel="shortcut icon" type="image/ico" href="<%= CustomAsset.get_url('favicon-file') %>">
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user