This commit is contained in:
dichgrem
2025-03-05 21:35:15 +08:00
parent a016a35810
commit 1b37f0ee18

View File

@ -55,10 +55,11 @@ author = "Dichgrem"
menu_items = [
# each of these is optional, name and url are required
# $BASE_URL is going to be substituted by base_url from configuration
{name = "archive", url = "$BASE_URL/archive"},
{name = "blog", url = "$BASE_URL"},
# tags should only be enabled if you have "tags" taxonomy
# see documentation below for more details
{name = "archive", url = "$BASE_URL/archive"},
{name = "tags", url = "$BASE_URL/tags"},
{name = "weekly", url = "$BASE_URL/weekly"},
{name = "search", url = "$BASE_URL/search"},