web-blog/content/blog.njk

11 lines
157 B
Text
Raw Permalink Normal View History

2026-05-29 18:34:34 +00:00
---js
const eleventyNavigation = {
key: "Archive",
order: 2
};
---
<h1>Archive</h1>
{% set postslist = collections.posts %}
{% include "postslist.njk" %}