Merge branch 'main' into fix/style

This commit is contained in:
Óscar
2023-02-07 20:11:38 +01:00
committed by GitHub
10 changed files with 79 additions and 13 deletions

View File

@@ -28,6 +28,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" },
]