The source for the site at www.nthall.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
185 B

---
layout: layouts/layout.njk
permalink: /posts/
eleventyNavigation:
key: Posts
order: 2
---
<h1>Posts</h1>
{% set postslist = collections.posts %}
{% include "postslist.njk" %}