xmitter-11ty/index.njk

15 lines
323 B
Plaintext
Raw Normal View History

2018-01-16 22:08:47 -05:00
---
layout: layouts/home.njk
eleventyNavigation:
key: Home
order: 1
2018-01-16 22:08:47 -05:00
---
<h1>Latest 3 Posts</h1>
{% set postslist = collections.posts | head(-3) %}
2020-01-02 22:51:24 -05:00
{% set postslistCounter = collections.posts | length %}
{% include "postslist.njk" %}
2018-09-30 01:15:28 -04:00
<p>More posts can be found in <a href="{{ '/posts/' | url }}">the archive</a>.</p>