mirror of
https://github.com/ckaczor/Blog.git
synced 2026-01-13 17:22:16 -05:00
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
---js
|
|
const eleventyNavigation = {
|
|
key: "Archive",
|
|
order: 2
|
|
};
|
|
---
|
|
<h1>Archive</h1>
|
|
|
|
{% set postslist = collections.posts %}
|
|
{% include "postslist.njk" %} |