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 }}
|
||||
Reference in New Issue
Block a user