6 lines
114 B
Text
6 lines
114 B
Text
<ol reversed>
|
|
{%- for post in collections.posts | reverse %}
|
|
{% include "post_link.njk" %}
|
|
{%- endfor %}
|
|
</ol>
|
|
|