Merge pull request #1207 from openclassify/dia

#4770 emlak24 favicon bug
This commit is contained in:
Fatih Alp 2021-10-21 13:22:09 +03:00 committed by GitHub
commit 0a8f8b3ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
{% include "visiosoft.theme.base::partials/metatags" %}
<!-- Favicon -->
{% set favicon = file(setting_value('visiosoft.module.advs::favicon')).url %}
{% set favicon = file(setting_value('visiosoft.module.advs::favicon')).make.url %}
{% if favicon %}
{{ favicons(favicon) }}
{% endif %}