From b536642c728a626d3f3ab731c0a7cc09aaba2434 Mon Sep 17 00:00:00 2001 From: eliott <eliott.sammier@tetras-libre.fr> Date: Mon, 1 Jul 2024 14:05:19 +0200 Subject: [PATCH] Disable page ToC not needed for now --- macao/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macao/hugo.toml b/macao/hugo.toml index b6cd3e3..7d2cb98 100644 --- a/macao/hugo.toml +++ b/macao/hugo.toml @@ -27,7 +27,7 @@ BookTheme = 'auto' # (Optional, default true) Controls table of contents visibility on right side of pages. # Start and end levels can be controlled with markup.tableOfContents setting. # You can also specify this parameter per page in front matter. -BookToC = true +BookToC = false # (Optional, default favicon.png) Set the path to a favicon file. # If the favicon is /static/favicon.png then the path would be favicon.png -- GitLab