fixed rss feed so newest articles are first
This commit is contained in:
parent
500d1e62b3
commit
c50bf7e227
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue