mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-09-17 23:12:41 +02:00
Add favicon support
This commit is contained in:
parent
34047623ff
commit
df84c55f4c
3 changed files with 25 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml") }}">
|
||||
{% endif -%}
|
||||
|
||||
{%- if config.extra.favicon %}
|
||||
<link rel="icon" type="{{ config.extra.favicon_mimetype | default(value="image/x-icon") }}" href="{{ config.extra.favicon }}">
|
||||
{% endif -%}
|
||||
|
||||
{%- block extra_head %}
|
||||
{% endblock extra_head -%}
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue