Skip to content

Commit

Permalink
🔧 chore: add archive route to nav-links
Browse files Browse the repository at this point in the history
  • Loading branch information
serginogal committed Feb 7, 2023
1 parent 19caf3f commit 3b5cc60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ headerImage = ""
# The icon is display besides the menu text but is not necessary. It needs to be placed under "menu_icon" in the static "folder"
menu = [
{ name = "home", url = "$BASE_URL/" },
{ name = "archive", url = "$BASE_URL/archive" },
{ name = "tags", url = "$BASE_URL/tags" },
{ name = "projects", url = "$BASE_URL/projects" },
]
Expand Down

0 comments on commit 3b5cc60

Please sign in to comment.