fixed rss feed so newest articles are first

This commit is contained in:
Robert McGovern 2023-01-26 20:23:05 +00:00
parent 500d1e62b3
commit c50bf7e227
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<name>{{ metadata.author.name }}</name>
<email>{{ metadata.author.email }}</email>
</author>
{%- for post in collections.posts | reverse %}
{%- for post in collections.posts %}
{%- set absolutePostUrl = post.url | absoluteUrl(metadata.url) %}
<entry>
<title>{{ post.data.title }}</title>