Skip to content

Commit

Permalink
Remove slash prefix from menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcoux committed Sep 30, 2024
1 parent b0fa179 commit a0c629e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ description = """\

[extra]
menu = [
{ name = "/posts", url = "posts", weight = 1 },
# TODO: { name = "/whoami", url = "whoami", weight = 2 },
{ name = "Posts", url = "posts", weight = 1 },
# TODO: { name = "About", url = "about", weight = 2 },
]

socials = [
Expand Down

0 comments on commit a0c629e

Please sign in to comment.