10 lines
169 B
Text
10 lines
169 B
Text
---
|
|
layout: layouts/home.njk
|
|
eleventyNavigation:
|
|
key: Archive
|
|
order: 2
|
|
---
|
|
<h1>All Posts</h1>
|
|
|
|
{% set postslist = collections.posts %}
|
|
{% include "postslist.njk" %}
|