crisp-theme/_includes/post_list.njk

7 lines
104 B
Text
Raw Normal View History

2025-04-16 22:47:29 -04:00
<ol>
{%- for post in collections.posts %}
<li>{% include "post_link.njk" %}</li>
{%- endfor %}
</ol>