From 8474d03a46e2e3c0b2df8c33bbc790fe28b87243 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 15 Feb 2026 15:01:28 +0100 Subject: change: default hideHider=true and breadcrumbs.showCurrentPage=false --- hugo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index cfc1669..27ac7b4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -9,7 +9,10 @@ extended = false min = "0.116.0" # Default config +[params] +hideHeader = true + [params.breadcrumbs] enabled = true -showCurrentPage = true -home = "Home" \ No newline at end of file +showCurrentPage = false +home = "Home" -- cgit v1.3.1