mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
Update favicon in head
This commit is contained in:
parent
e8671cbbca
commit
de844f51bd
1 changed files with 3 additions and 6 deletions
|
|
@ -13,12 +13,9 @@
|
|||
{%- endif -%}
|
||||
|
||||
{# Favicon #}
|
||||
{% if 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="http://www.w3.org/2000/svg" viewBox="0 0 105 55"><text y=".7em" font-size="82">{{ config.extra.favicon_emoji }}</text></svg>'>
|
||||
{% endif %}
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
<link rel="icon" href="/favicon.ico" sizes="32x32">
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
|
||||
{# Feeds #}
|
||||
{% if config.generate_feeds | default(value=config.generate_feed) %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue