mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-10 20:51:05 +01:00
Add universal favicons to index.html
This commit is contained in:
parent
b496cde4d6
commit
be70bbdae4
|
@ -23,7 +23,10 @@
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
{%- if config.extra.favicon %}
|
{%- if config.extra.favicon %}
|
||||||
<link rel="shortcut icon" type="{{ config.extra.favicon_mimetype | default(value="image/x-icon") | safe }}" href="{{ config.extra.favicon | safe }}">
|
<link rel="icon" href="/favicon.ico" sizes="32x32">
|
||||||
|
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
||||||
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
|
||||||
|
<link rel="manifest" href="/manifest.webmanifest">
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
{%- block extra_head %}
|
{%- block extra_head %}
|
||||||
|
|
Loading…
Reference in a new issue