Skip to content

Commit

Permalink
added Home menu
Browse files Browse the repository at this point in the history
  • Loading branch information
arvaid committed Oct 31, 2023
1 parent bc8e3a1 commit 353e7f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/_default/menus.en-us.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.

[[main]]
name = "Home"
pageRef = "/"
weight = 5

[[main]]
name = "Blog"
pageRef = "posts"
Expand Down

0 comments on commit 353e7f5

Please sign in to comment.