From 49e0355caccc47269d2ee7dbd7c574f714355256 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 20 Oct 2025 21:38:00 +0200 Subject: [PATCH] Remove "Posts" menu --- config.toml | 1 - content/posts/_index.md | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/config.toml b/config.toml index f339f32..25b93f1 100644 --- a/config.toml +++ b/config.toml @@ -22,7 +22,6 @@ header_menu_name = "menu_name" [extra.menus] menu_name = [ - { url = "$BASE_URL/posts/", name = "Posts" }, { url = "$BASE_URL/tags/", name = "Tags" }, { url = "$BASE_URL/about/", name = "About" }, ] \ No newline at end of file diff --git a/content/posts/_index.md b/content/posts/_index.md index 59201c1..b60fc98 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,8 +1,4 @@ +++ -title = "Archive" -template = "archive.html" +render = false transparent = true - -[extra] -date_format = "%m-%d" +++