Skip to content

Commit

Permalink
Header Menu has been added
Browse files Browse the repository at this point in the history
  • Loading branch information
nacisimsek committed Jun 9, 2024
1 parent ad7eb38 commit 45eeb91
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,26 @@
pageRef = "about"
weight = 50

# New parent menu item for the dropdown
[[main]]
name = "Explore"
url = "#"
weight = 60

# Child menu items for the dropdown
[[main]]
name = "Tags"
pageRef = "tags"
parent = "Explore"
weight = 61

[[main]]
name = "Categories"
pageRef = "categories"
parent = "Explore"
weight = 62


#[[main]]
# name = "Recs"
# pageRef = "recs"
Expand Down

0 comments on commit 45eeb91

Please sign in to comment.