mirror of
https://github.com/ckaczor/Blog.git
synced 2026-01-13 17:22:16 -05:00
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
---js
|
|
const eleventyNavigation = {
|
|
key: "Home",
|
|
order: 1
|
|
};
|
|
---
|
|
{% set postslist = collections.posts %}
|
|
{% include "postslist.njk" %} |