1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 07:25:21 +02:00

Turned back version of icon in index.twig

This commit is contained in:
slaveeks 2022-06-10 16:17:03 +03:00
parent 058103aa78
commit f174a42d20

View file

@ -5,7 +5,7 @@
<link rel="stylesheet" href="/dist/main.css" /> <link rel="stylesheet" href="/dist/main.css" />
<link rel="preload" href="{{ config.landingFrameSrc }}" as="document"> <link rel="preload" href="{{ config.landingFrameSrc }}" as="document">
{% if config.favicon is empty %} {% if config.favicon is empty %}
<link rel="icon" type="image/png" href="/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png?v=2">
{% else %} {% else %}
<link rel="icon" type="image/png" href="{{ config.favicon }}"> <link rel="icon" type="image/png" href="{{ config.favicon }}">
{% endif %} {% endif %}