ol_site/content/blog.njk
nk 5a3f47dee1
All checks were successful
/ test (push) Successful in 5s
Replace svelte template with 11ty blog template
2025-08-27 23:45:38 +03:00

11 lines
157 B
Plaintext

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