2024-09-11 16:34:56 -05:00
|
|
|
---js
|
|
|
|
const eleventyNavigation = {
|
2025-02-28 23:04:28 -06:00
|
|
|
key: "all posts",
|
2024-09-11 16:34:56 -05:00
|
|
|
order: 2
|
|
|
|
};
|
2018-09-19 16:52:49 +02:00
|
|
|
---
|
2025-02-28 23:04:28 -06:00
|
|
|
<h1>all posts</h1>
|
2018-09-19 16:52:49 +02:00
|
|
|
|
|
|
|
{% set postslist = collections.posts %}
|
|
|
|
{% include "postslist.njk" %}
|