Skip to content

Commit

Permalink
Added Calls menu and updated it for call for workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanajanovic authored and zlatanajanovic committed Sep 26, 2023
1 parent af98ca6 commit 9c80d73
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ theme = 'mainroad'
# parent = "attending"
# weight = "50"
## CALLS
# [[menu.main]]
# identifier = "calls"
# name = "Calls"
# weight = 4000
[[menu.main]]
identifier = "calls"
name = "Calls"
weight = 4000
# [[menu.main]]
# identifier = "main_track"
# name = "Main Track"
Expand Down Expand Up @@ -118,12 +118,12 @@ theme = 'mainroad'
# url = "/calls/journal_track"
# parent = "calls"
# weight = 45
# [[menu.main]]
# identifier = "workshop_call"
# name = "Call for Workshop Proposals"
# url = "/calls/workshop_call"
# parent = "calls"
# weight = 50
[[menu.main]]
identifier = "workshop_call"
name = "Call for Workshop Proposals"
url = "/calls/workshop_call"
parent = "calls"
weight = 50
# [[menu.main]]
# identifier = "tutorial_call"
# name = "Call for Tutorial Proposals"
Expand Down

0 comments on commit 9c80d73

Please sign in to comment.