From 6ccd3d7983848fed1ac3ba0fc5b9587993688b42 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Wed, 10 Jul 2024 14:14:09 +0200 Subject: [PATCH] Disable toc (#22) --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index f0122dc..fa260f4 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -46,7 +46,7 @@ enableCodeCopy = true showPagination = true invertPagination = false showReadingTime = true - showTableOfContents = true + showTableOfContents = false showTaxonomies = false showAuthorsBadges = false showWordCount = true