mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #948 from openclassify/vedatakdogan
fixed favicon error
This commit is contained in:
commit
4221b04277
@ -1,5 +1,5 @@
|
||||
<!-- VueJS Requirements -->
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}" />
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}"/>
|
||||
|
||||
<!-- To the Future! -->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
@ -7,7 +7,10 @@
|
||||
{% include "visiosoft.theme.base::partials/metatags" %}
|
||||
|
||||
<!-- Favicon -->
|
||||
{{ favicons(file(setting_value('visiosoft.module.advs::favicon')).url) }}
|
||||
{% set favicon = file(setting_value('visiosoft.module.advs::favicon')).url %}
|
||||
{% if favicon %}
|
||||
{{ favicons(favicon) }}
|
||||
{% endif %}
|
||||
|
||||
{# Base Theme Components #}
|
||||
{{ asset_add("theme.css", "visiosoft.theme.base::css/base.css") }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user