From 1b37f0ee1872bddda6db41323cdc553ea9d0571d Mon Sep 17 00:00:00 2001 From: dichgrem Date: Wed, 5 Mar 2025 21:35:15 +0800 Subject: [PATCH] update --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 1de5e98..ad9bfaf 100644 --- a/config.toml +++ b/config.toml @@ -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"},