xmitter-11ty/index.njk
2018-09-30 00:15:28 -05:00

14 lines
253 B
Plaintext

---
layout: layouts/home.njk
tags:
- nav
navtitle: Home
---
<h1>Latest 3 Posts</h1>
{% set postslist = collections.posts | head(-3) %}
{% include "postslist.njk" %}
<p>More posts can be found in <a href="{{ '/posts/' | url }}">the archive</a>.</p>