Update feed generation to match Zola update
This commit is contained in:
parent
c21216b8a8
commit
2d6b0f8173
2 changed files with 4 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue