joshua.seigler.net/site/_includes/home.njk
2025-07-06 02:11:44 -04:00

10 lines
248 B
Text

---
layout: "base.njk"
rssUrl: "feed.xml"
---
{%- from "components/collectionList.njk" import collectionList with context -%}
<main data-pagefind-body>
{{ content | safe }}
<h2>Recent posts</h2>
{{ collectionList("posts", limit=5) }}
</main>