Skip to content

Commit

Permalink
menu fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoRJ committed Sep 26, 2024
1 parent 3f7e3f1 commit 5fa371c
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,16 @@ speaker = "speakers"
parent = "about-AS"
weight = 4

[[menu.main]]
identifier = "program"
name = "PROGRAM"
url = "/program"
weight = 2

[[menu.main]]
identifier = "schedule"
name = "Schedule"
url = "/program"
parent = "program"
weight = 1

[[menu.main]]
name = "Workshops"
url = "/sessions/2024/workshops"
weight = 2
parent = "program"

[[menu.main]]
name = "Speakers"
URL = "/speakers"
weight = 3
parent = "program"

[[menu.main]]
name = "Sessions"
URL = "/sessions/2024"
weight = 4

[[menu.main]]
name = "Venue"
Expand Down Expand Up @@ -113,12 +99,12 @@ text = "September 10-12, 2024. San Francisco, USA."
# link = "https://sessionize.com/airflow-summit-2024/"

[params.hero.cta2]
text = "Get your ticket"
link = "/tickets"
text = "2024 Sessions"
link = "/sessions/2024"

# Navigation button
[params.navigation_button]
enable = true
enable = false
label = "Tickets"
link = "/tickets"

Expand Down

0 comments on commit 5fa371c

Please sign in to comment.