diff options
| author | Martin Fischer <martin@push-f.com> | 2026-02-15 15:01:28 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-02-15 15:01:44 +0100 |
| commit | 8474d03a46e2e3c0b2df8c33bbc790fe28b87243 (patch) | |
| tree | 75dd4ce4c26c03fbcacecb8714337c734de7c0d8 | |
| parent | 69b0e926b0795d17975025139b4b4afb0801f976 (diff) | |
change: default hideHider=true and breadcrumbs.showCurrentPage=false
| -rw-r--r-- | hugo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" |
