cheri.pink/src/posts.njk

6 lines
114 B
Text

---
layout: base.njk
permalink: /posts/
---
{% set listposts = collections.posts %}
{% include "listposts.njk" %}