generated from inherentlee/11ty
put index page on it's own special layout
This commit is contained in:
5
_includes/layouts/index.njk
Normal file
5
_includes/layouts/index.njk
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
layout: page.njk
|
||||||
|
---
|
||||||
|
|
||||||
|
{{ content | safe }}
|
||||||
@ -5,6 +5,7 @@ hero:
|
|||||||
alt: chickadee
|
alt: chickadee
|
||||||
title: null
|
title: null
|
||||||
___mb_schema: /.mattrbld/schemas/page.json
|
___mb_schema: /.mattrbld/schemas/page.json
|
||||||
|
layout: index.njk
|
||||||
---
|
---
|
||||||
## Here’s an h2
|
## Here’s an h2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user