Added navigation data in the frontmatter of the index page
This commit is contained in:
parent
1c5b09d121
commit
c7ec02f2d7
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
|
eleventyNavigation:
|
||||||
|
key: home
|
||||||
|
order: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
# Eleventy Not So Minimal Blog Starter
|
# Eleventy Not So Minimal Blog Starter
|
||||||
|
|
Loading…
Reference in New Issue