crisp-theme/_includes/post_list.njk
2025-04-16 22:47:29 -04:00

6 lines
104 B
Text

<ol>
{%- for post in collections.posts %}
<li>{% include "post_link.njk" %}</li>
{%- endfor %}
</ol>