From a661c8513512775ac7bf39278496f28b3f258c13 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 6 Mar 2025 15:55:22 -0800 Subject: [PATCH] Remove markup.tableofcontents config in example site --- example/hugo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/example/hugo.toml b/example/hugo.toml index b1dc927f..fa077907 100644 --- a/example/hugo.toml +++ b/example/hugo.toml @@ -21,11 +21,6 @@ unsafe = true noclasses = false style = "github" -[markup.tableofcontents] -endlevel = 6 -ordered = true -startlevel = 2 - [[module.imports]] path = "github.com/willfaught/paige"