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>
|
<name>{{ metadata.author.name }}</name>
|
||||||
<email>{{ metadata.author.email }}</email>
|
<email>{{ metadata.author.email }}</email>
|
||||||
</author>
|
</author>
|
||||||
{%- for post in collections.posts | reverse %}
|
{%- for post in collections.posts %}
|
||||||
{%- set absolutePostUrl = post.url | absoluteUrl(metadata.url) %}
|
{%- set absolutePostUrl = post.url | absoluteUrl(metadata.url) %}
|
||||||
<entry>
|
<entry>
|
||||||
<title>{{ post.data.title }}</title>
|
<title>{{ post.data.title }}</title>
|
||||||
|
|
Loading…
Reference in New Issue