Created blogpage and added navigation data in frontmatter
This commit is contained in:
parent
c7ec02f2d7
commit
7aa895823a
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: page
|
||||
title: "blog"
|
||||
eleventyNavigation:
|
||||
key: blog
|
||||
order: 2
|
||||
---
|
||||
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
This view contains a list of all blogposts sorted from newest to oldest.
|
Loading…
Reference in New Issue