forked from otomatalabs/ol_site
11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
![]() |
---js
|
||
|
const eleventyNavigation = {
|
||
|
key: "ARCHIVE",
|
||
|
order: 2
|
||
|
};
|
||
|
---
|
||
|
<h1>Archive</h1>
|
||
|
|
||
|
{% set postslist = collections.posts %}
|
||
|
{% include "postslist.njk" %}
|