Update feed generation to match Zola update

This commit is contained in:
Teo-CD 2020-10-02 21:04:10 +02:00
parent c21216b8a8
commit 2d6b0f8173
2 changed files with 4 additions and 2 deletions

View file

@ -25,8 +25,8 @@
</script>
{% endif %}
{% if config.generate_rss %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml") | safe }}">
{% if config.generate_feed %}
<link rel="alternate" type="application/atom+xml" title="RSS" href="{{ get_url(path="atom.xml") | safe }}">
{% endif %}
{% if config.build_search_index %}