mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 06:55:26 +02:00
Turned back version of icon in index.twig
This commit is contained in:
parent
058103aa78
commit
f174a42d20
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<link rel="stylesheet" href="/dist/main.css" />
|
||||
<link rel="preload" href="{{ config.landingFrameSrc }}" as="document">
|
||||
{% 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 %}
|
||||
<link rel="icon" type="image/png" href="{{ config.favicon }}">
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue