crisp-theme/_includes/post_list.njk

7 lines
114 B
Text
Raw Permalink Normal View History

2025-04-18 11:28:28 -04:00
<ol reversed>
{%- for post in collections.posts | reverse %}
{% include "post_link.njk" %}
2025-04-16 22:47:29 -04:00
{%- endfor %}
</ol>