mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
Merge pull request #948 from openclassify/vedatakdogan
fixed favicon error
This commit is contained in:
commit
4221b04277
@ -7,7 +7,10 @@
|
|||||||
{% include "visiosoft.theme.base::partials/metatags" %}
|
{% include "visiosoft.theme.base::partials/metatags" %}
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- 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 #}
|
{# Base Theme Components #}
|
||||||
{{ asset_add("theme.css", "visiosoft.theme.base::css/base.css") }}
|
{{ asset_add("theme.css", "visiosoft.theme.base::css/base.css") }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user