Skip to content

Commit

Permalink
Merge pull request #150 from owaspsamm/minor-team-fix
Browse files Browse the repository at this point in the history
Moves team page link to about menu
  • Loading branch information
SebaDele authored Oct 27, 2023
2 parents 640c560 + fec229e commit 197db2f
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 197db2f

Please sign in to comment.