Move to use a content
folder instead of everything in root.
This commit is contained in:
10
content/blog.njk
Normal file
10
content/blog.njk
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: layouts/home.njk
|
||||
eleventyNavigation:
|
||||
key: Archive
|
||||
order: 2
|
||||
---
|
||||
<h1>Archive</h1>
|
||||
|
||||
{% set postslist = collections.posts %}
|
||||
{% include "postslist.njk" %}
|
Reference in New Issue
Block a user