Files
kfitz.info/content/blog.njk
Kathleen Fitzpatrick 655ad0ded8 upgrade to 3.0
2024-10-14 19:27:15 -04:00

12 lines
181 B
Plaintext

---js
const eleventyNavigation = {
key: "Archive",
order: 2
};
---
<h1>Archive</h1>
{% set showYear = true %}
{% set postslist = collections.posts %}
{% include "archive.njk" %}