Update feed generation to match Zola update

This commit is contained in:
trotFunky 2020-10-02 21:12:18 +02:00
parent c21216b8a8
commit 16730e8b46
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 %}