xmitter-11ty/archive.njk

13 lines
173 B
Plaintext

---
layout: layouts/home.njk
tags:
- nav
navtitle: Archive
permalink: /posts/
---
<h1>Archive</h1>
{% set postslist = collections.posts %}
{% include "postslist.njk" %}