💄 style: remove "home" from navigation

This commit is contained in:
welpo 2023-03-05 19:41:42 +01:00
parent de46a24d37
commit 80ec217607
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -31,7 +31,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 = "blog", url = "$BASE_URL/blog" },
{ name = "archive", url = "$BASE_URL/archive" }, { 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" },