This commit is contained in:
2021-12-23 17:40:18 +01:00
parent 8e82a388dd
commit 917170f705
4 changed files with 31 additions and 17 deletions

View File

@ -11,19 +11,24 @@
# ordered by weight from lowest to highest.
[[main]]
name = "Blog"
pageRef = "posts"
weight = 10
name = "Blog"
pageRef = "posts"
weight = 10
[[main]]
name = "Categories"
pageRef = "categories"
weight = 20
name = "Works"
pageRef = "works"
weight = 20
[[main]]
name = "Tags"
pageRef = "tags"
weight = 30
# [[main]]
# name = "Categories"
# pageRef = "categories"
# weight = 20
# [[main]]
# name = "Tags"
# pageRef = "tags"
# weight = 30
# -- Footer Menu --