xmitter-11ty/archive.njk

13 lines
192 B
Plaintext
Raw Normal View History

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