mirror of
https://github.com/ckaczor/Blog.git
synced 2026-01-13 17:22:16 -05:00
Initial commit from template
This commit is contained in:
10
content/blog.njk
Normal file
10
content/blog.njk
Normal file
@@ -0,0 +1,10 @@
|
||||
---js
|
||||
const eleventyNavigation = {
|
||||
key: "Archive",
|
||||
order: 2
|
||||
};
|
||||
---
|
||||
<h1>Archive</h1>
|
||||
|
||||
{% set postslist = collections.posts %}
|
||||
{% include "postslist.njk" %}
|
||||
Reference in New Issue
Block a user