This commit is contained in:
parent
ddef331ef3
commit
33270c3772
3 changed files with 21 additions and 0 deletions
9
content/things/one.html
Normal file
9
content/things/one.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: Thing One
|
||||||
|
menus:
|
||||||
|
main:
|
||||||
|
parent: Things
|
||||||
|
weight: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
Hey, it's a thing!
|
9
content/things/two.html
Normal file
9
content/things/two.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: Thing Two
|
||||||
|
menus:
|
||||||
|
main:
|
||||||
|
parent: Things
|
||||||
|
weight: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
Hey, it's another thing!
|
|
@ -14,3 +14,6 @@ menus:
|
||||||
- name: 'About'
|
- name: 'About'
|
||||||
pageRef: '/about'
|
pageRef: '/about'
|
||||||
weight: 30
|
weight: 30
|
||||||
|
- name: 'Things'
|
||||||
|
pageRef: '/things'
|
||||||
|
weight: 40
|
||||||
|
|
Loading…
Reference in a new issue