This commit is contained in:
parent
c11086ac68
commit
85cc58b40e
3 changed files with 251 additions and 0 deletions
14
config.yaml
14
config.yaml
|
@ -27,6 +27,20 @@ Menus:
|
|||
title: Blog posts
|
||||
url: /blog
|
||||
weight: 1
|
||||
- identifier: legal
|
||||
name: Legal
|
||||
title: Legal
|
||||
weight: 2
|
||||
- identifier: imprint
|
||||
parent: legal
|
||||
name: Imprint
|
||||
url: /imprint
|
||||
weight: 1
|
||||
- identifier: privacy
|
||||
parent: legal
|
||||
name: Privacy
|
||||
url: /privacy
|
||||
weight: 2
|
||||
|
||||
params:
|
||||
# General settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue