Merge pull request #22 from pablogamboa/patch-1

Fix RSS generation
This commit is contained in:
Paweł Romanowski 2022-11-10 11:37:17 +01:00 committed by GitHub
commit 771ecca142
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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