fix rss autodiscovery

This commit is contained in:
CherryKitten 2024-05-27 10:17:20 +02:00
parent b85442d733
commit e89223d5af
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -12,7 +12,7 @@
{{ head_macros::head(config=config) }}
{%- if config.generate_feed %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path=" rss.xml
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml
") | safe }}">
{% endif -%}