Add a layout for posts

This commit is contained in:
Neil Brommer 2023-07-08 16:50:36 -07:00
parent 69b423b565
commit a79f462669
4 changed files with 35 additions and 0 deletions

View file

@ -1,5 +1,6 @@
---
title: Posts
layout: layouts/layout.njk
eleventyNavigation:
key: Posts
icon: edit-2

View file

@ -1,4 +1,5 @@
{
"layout": "layouts/post-layout.njk",
"tags": [ "posts" ],
"date": "git Created"
}