From 8f025805cd16cbf06e2fb7a4ce338b8d1e20417d Mon Sep 17 00:00:00 2001
From: Philipp Schneider <philipp.schneider.1@hu-berlin.de>
Date: Tue, 25 Mar 2025 17:01:02 +0100
Subject: [PATCH] Remove toggle for toc

---
 _config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index 7f6ecf9..5551522 100644
--- a/_config.yml
+++ b/_config.yml
@@ -39,7 +39,7 @@ plugins:
   - jekyll-feed
 
 kramdown:
-  toc_levels: 2..3  # Generates ToC for H2 and H3 headers
+  toc_levels: 2  # Generates ToC for H2 and H3 headers
 
 # Exclude from processing.
 # The following items will not be processed, by default.
-- 
GitLab