From 0e20185ff05aa2484f0d0b28de722579c9eb3a81 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Wed, 10 Jul 2024 11:26:30 +0000 Subject: [PATCH] Disable toc --- 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