From fec229eb62e0e0b1c3f8b4faa14352726a806c66 Mon Sep 17 00:00:00 2001 From: Pat-Duarte Date: Thu, 26 Oct 2023 16:33:58 -0300 Subject: [PATCH] Moves team page link to about menu --- config/_default/config.toml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index bcf39cdc..86062b92 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -41,9 +41,25 @@ paginate = 10 [[menu.main]] name = "About SAMM" - url = "/about/" + identifier = "aboutsamm" + url = "" weight = 1 +[[menu.main]] + name = "What is SAMM" + identifier = "about" + parent = "aboutsamm" + url = "/about/" + weight = 11 + +[[menu.main]] + name = "The team" + identifier = "team" + parent = "aboutsamm" + url = "/team/" + weight = 12 + + [[menu.main]] name = "The model" url = "/model/" @@ -79,13 +95,6 @@ paginate = 10 # url = "/events/" # weight = 53 -[[menu.main]] - name = "The team" - identifier = "team" - parent = "community" - url = "/team/" - weight = 53 - [[menu.main]] name = "Sponsors" identifier = "sponsors"