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