Files
kfitz.info/index.njk
Zach Leatherman e3f3bc1cf2 Adds 404 page.
2018-08-23 17:50:54 -05:00

9 lines
132 B
Plaintext

---
layout: layouts/home.njk
tags:
- nav
navtitle: Home
---
{% set postslist = collections.posts %}
{% include "postslist.njk" %}