2018-01-16 22:08:47 -05:00
|
|
|
---
|
|
|
|
layout: layouts/home.njk
|
2018-06-20 23:43:11 -04:00
|
|
|
tags:
|
|
|
|
- nav
|
2018-01-23 09:55:29 -05:00
|
|
|
navtitle: Home
|
2018-01-16 22:08:47 -05:00
|
|
|
---
|
2018-09-19 10:52:49 -04:00
|
|
|
|
2018-09-30 01:09:09 -04:00
|
|
|
<h1>Latest 3 Posts</h1>
|
2018-09-19 10:52:49 -04:00
|
|
|
|
2018-09-30 01:09:09 -04:00
|
|
|
{% set postslist = collections.posts | head(-3) %}
|
2018-01-22 09:17:48 -05:00
|
|
|
{% include "postslist.njk" %}
|
2018-09-19 10:52:49 -04:00
|
|
|
|
2018-09-30 01:15:28 -04:00
|
|
|
<p>More posts can be found in <a href="{{ '/posts/' | url }}">the archive</a>.</p>
|