🐛 fix(favicon): use get_url for favicon

This commit is contained in:
welpo
2023-09-01 23:50:52 +02:00
parent 78f97e17b4
commit ab4b523f9c
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
{# Favicon #}
{% if config.extra.favicon %}
<link rel="icon" type="image/png" href={{ config.extra.favicon }} />
<link rel="icon" type="image/png" href="{{ get_url(path=config.extra.favicon) }}"/>
{% endif %}
{% if config.extra.favicon_emoji %}
<link rel=icon href='data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg" viewBox="0 0 105 55"><text y=".7em" font-size="90">{{ config.extra.favicon_emoji }}</text></svg>'>