Add 'Collection' menu item and adjust weights for navigation
This commit is contained in:
parent
e43b3aaf48
commit
1fa9b92921
1 changed files with 6 additions and 2 deletions
8
hugo.yml
8
hugo.yml
|
@ -13,14 +13,18 @@ menu:
|
||||||
name: Blog
|
name: Blog
|
||||||
url: /blog/
|
url: /blog/
|
||||||
weight: 10
|
weight: 10
|
||||||
|
- identifier: collection
|
||||||
|
name: Collection
|
||||||
|
url: /collection/
|
||||||
|
weight: 20
|
||||||
- identifier: tags
|
- identifier: tags
|
||||||
name: Tags
|
name: Tags
|
||||||
url: /tags/
|
url: /tags/
|
||||||
weight: 20
|
weight: 30
|
||||||
- identifier: a-propos
|
- identifier: a-propos
|
||||||
name: À propos
|
name: À propos
|
||||||
url: /a-propos/
|
url: /a-propos/
|
||||||
weight: 30
|
weight: 40
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue