From f816df413d025374cf01196a79671331d79585f3 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 13 Feb 2024 17:23:57 -0500 Subject: [PATCH] Go back to menus --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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/"