From 3b5cc60e433a0c11039527a8785fdd8ced031377 Mon Sep 17 00:00:00 2001 From: serginogal Date: Tue, 7 Feb 2023 17:29:55 +0900 Subject: [PATCH] :wrench: chore: add archive route to nav-links --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 071f5ec..193762f 100644 --- a/config.toml +++ b/config.toml @@ -27,6 +27,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" }, ]