From f5c2d4fd5a3038fcd01dbe818ac1c4640b740084 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 13 Feb 2024 17:22:03 -0500 Subject: [PATCH] Adjust naming --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 1a31806..804790a 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" -[menus] - [[menus.main]] +[menu] + [[menu.main]] identifier = "home" name = "Home" url = "/" weight = 1 - [[menus.main]] + [[menu.main]] identifier = "welcome" name = "Welcome" url = "/welcome/" weight = 2 - [[menus.main]] + [[menu.main]] identifier = "legal" name = "Legal" url = "/legal/" weight = 3 - [[menus.about]] + [[menu.about]] identifier = "cv" name = "My CV" url = "/cv/" weight = 1 - [[menus.about]] + [[menu.about]] identifier = "hardware" name = "My Hardware" url = "/hardware/"