Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Aug 11, 2023
1 parent f3d8aa0 commit cb5a8cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ favicon_emoji = ""
headerImage = "/img/banner.png"

menu = [
{ name = "Blog", url = "blog/" },
{ name = "Tags", url = "tags/" },
{ name = "Portfolio", url = "portfolio/" },
{ name = "About", url = "about/" },
{ name = "Blog", url = "blog", trailing_slash = true },
{ name = "Tags", url = "tags", trailing_slash = true },
{ name = "Portfolio", url = "portfolio", trailing_slash = true },
{ name = "About", url = "about", trailing_slash = true },
]

feed_icon = true
Expand Down

0 comments on commit cb5a8cd

Please sign in to comment.