From 1456b6848b9b48ddb09f952e3be80d73075f2f7f Mon Sep 17 00:00:00 2001
From: Philipp Schneider <philipp.schneider.1@hu-berlin.de>
Date: Tue, 25 Mar 2025 17:04:24 +0100
Subject: [PATCH] Fixe toc levels

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

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