Go back to menus

This commit is contained in:
Joshua Boniface 2024-02-13 17:23:57 -05:00
parent 7fa632f30e
commit f816df413d
1 changed files with 6 additions and 6 deletions

View File

@ -39,28 +39,28 @@ copyright = "This work is licensed under a Creative Commons Attribution-ShareAli
name = "Reddit" name = "Reddit"
url = "https://old.reddit.com/u/djbon2112" url = "https://old.reddit.com/u/djbon2112"
[menu] [menus]
[[menu.main]] [[menus.main]]
identifier = "home" identifier = "home"
name = "Home" name = "Home"
url = "/" url = "/"
weight = 1 weight = 1
[[menu.main]] [[menus.main]]
identifier = "welcome" identifier = "welcome"
name = "Welcome" name = "Welcome"
url = "/welcome/" url = "/welcome/"
weight = 2 weight = 2
[[menu.main]] [[menus.main]]
identifier = "legal" identifier = "legal"
name = "Legal" name = "Legal"
url = "/legal/" url = "/legal/"
weight = 3 weight = 3
[[menu.about]] [[menus.about]]
identifier = "cv" identifier = "cv"
name = "My CV" name = "My CV"
url = "/cv/" url = "/cv/"
weight = 1 weight = 1
[[menu.about]] [[menus.about]]
identifier = "hardware" identifier = "hardware"
name = "My Hardware" name = "My Hardware"
url = "/hardware/" url = "/hardware/"