crisp-theme.git

git clone https://git.crispbyte.dev/crisp-theme.git

crisp-theme.git / _includes
cheddar  ·  2025-04-18

post_list.njk

1<ol reversed>
2{%- for post in collections.posts | reverse %}
3  {% include "post_link.njk" %}
4{%- endfor %}
5</ol>
6