put index page on it's own special layout

This commit is contained in:
2026-05-13 12:50:30 -07:00
parent a07a34776e
commit 323c712658
2 changed files with 12 additions and 6 deletions

View File

@ -0,0 +1,5 @@
---
layout: page.njk
---
{{ content | safe }}

View File

@ -5,6 +5,7 @@ hero:
alt: chickadee
title: null
___mb_schema: /.mattrbld/schemas/page.json
layout: index.njk
---
## Heres an h2
@ -13,9 +14,9 @@ This is a paragraph.
This is another paragraph. It might be a bit longer.
- Heres a list.
- Its nice, the editor automatically turns dashes into lists
And I can double-enter to get out of the list.
@ -36,13 +37,13 @@ Lets add a link. Heres my [website](https://leecat.art). They let you choo
## Lets do more with lists
1. Heres an ordered list
1. it has a nested ordered list inside of it!
2. How fancy.
2. You can of course tab and shift+tab to change your list level.
---