Allow setting favicon per page/section

This commit is contained in:
daudix
2024-09-18 03:21:34 +03:00
parent 3603618b4d
commit 880a323b27
4 changed files with 33 additions and 9 deletions

View File

@ -115,10 +115,10 @@
{%- for feed in config.feed_filenames %}
<li>
<a href="{{ get_url(path=feed, lang=lang) }}" rel="{{ rel_attributes }}">
{%- if feed == "rss.xml" -%}
RSS
{%- elif feed == "atom.xml" -%}
{%- if feed == "atom.xml" -%}
Atom
{%- else -%}
RSS
{%- endif -%}
</a>
</li>