2024-09-11 17:34:56 -04:00
|
|
|
---js
|
|
|
|
const eleventyNavigation = {
|
|
|
|
key: "Archive",
|
|
|
|
order: 2
|
|
|
|
};
|
2018-09-19 10:52:49 -04:00
|
|
|
---
|
2018-09-30 01:09:09 -04:00
|
|
|
<h1>Archive</h1>
|
2018-09-19 10:52:49 -04:00
|
|
|
|
|
|
|
{% set postslist = collections.posts %}
|
|
|
|
{% include "postslist.njk" %}
|