Add a layout for posts
This commit is contained in:
parent
69b423b565
commit
a79f462669
4 changed files with 35 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Posts
|
||||
layout: layouts/layout.njk
|
||||
eleventyNavigation:
|
||||
key: Posts
|
||||
icon: edit-2
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"layout": "layouts/post-layout.njk",
|
||||
"tags": [ "posts" ],
|
||||
"date": "git Created"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue