mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
png
This commit is contained in:
parent
e354439fc4
commit
6d9b88d22b
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
<link rel="icon" type="image/png" href="{{ get_url(path=config.extra.favicon) }}"/>
|
||||
{% elif config.extra.light_favicon and config.extra.dark_favicon %}
|
||||
{# Favicon theme switcher. If JavaScript is disabled, defaults to the light icon #}
|
||||
<link id="dark-favicon" rel="icon" href="{{ get_url(path=config.extra.dark_favicon) }}">
|
||||
<link id="light-favicon" rel="icon" href="{{ get_url(path=config.extra.light_favicon) }}">
|
||||
<link id="dark-favicon" rel="icon" type="image/png" href="{{ get_url(path=config.extra.dark_favicon) }}">
|
||||
<link id="light-favicon" rel="icon" type="image/png" href="{{ get_url(path=config.extra.light_favicon) }}">
|
||||
<script type="text/javascript" src="{{ get_url(path='js/faviconTheme.js') | safe }}"></script>
|
||||
{% endif %}
|
||||
{% if config.extra.favicon_emoji %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue