mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🔧 chore: add archive route to nav-links
This commit is contained in:
parent
19caf3fab1
commit
3b5cc60e43
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
# 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 = [
|
menu = [
|
||||||
{ name = "home", url = "$BASE_URL/" },
|
{ name = "home", url = "$BASE_URL/" },
|
||||||
|
{ name = "archive", url = "$BASE_URL/archive" },
|
||||||
{ name = "tags", url = "$BASE_URL/tags" },
|
{ name = "tags", url = "$BASE_URL/tags" },
|
||||||
{ name = "projects", url = "$BASE_URL/projects" },
|
{ name = "projects", url = "$BASE_URL/projects" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue