From fb8c7a96a94e822b58f36f6591d2581ead744bde Mon Sep 17 00:00:00 2001 From: Livia Date: Tue, 8 Apr 2025 16:20:12 +0200 Subject: [PATCH] remove "posts" from menu --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 77d919c..12adb2e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,7 +5,7 @@ theme = "ananke" resourceDir = "../resources" DefaultContentLanguage = "de" -SectionPagesMenu = "main" +SectionPagesMenu = "" pagination.pagerSize = 5 # this is set low for demonstrating with dummy content. Set to a higher number googleAnalytics = "" enableRobotsTXT = true