mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-12 16:26:07 -06:00
fixed favicon error
This commit is contained in:
parent
620855e436
commit
8ec0b7ba9c
@ -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