1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

fix bug custom asset favicon-file favicon file is not set

This commit is contained in:
Nicolas Florentin 2016-04-25 17:55:37 +02:00
parent b483b76042
commit faf78b7f82

View File

@ -54,8 +54,10 @@
<% end %>
<base href="/"></base>
<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') %>">
<% if 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 -->