From 80ec217607efeaebe892ae53286afeb8c0fdd8ae Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 5 Mar 2023 19:41:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20remove=20"home"=20from?= =?UTF-8?q?=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d9fe76d..8b2d44b 100644 --- a/config.toml +++ b/config.toml @@ -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" menu = [ - { name = "home", url = "$BASE_URL/" }, + { name = "blog", url = "$BASE_URL/blog" }, { name = "archive", url = "$BASE_URL/archive" }, { name = "tags", url = "$BASE_URL/tags" }, { name = "projects", url = "$BASE_URL/projects" },