From 22e30c864f34739e3a4baac46396dd8bb0ff6c8e Mon Sep 17 00:00:00 2001
From: Dante Catalfamo
Date: Tue, 16 Jun 2020 23:07:40 -0400
Subject: Disable TOC

---
 config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'config.toml')

diff --git a/config.toml b/config.toml
index 402a2c7..c8503fd 100644
--- a/config.toml
+++ b/config.toml
@@ -11,7 +11,7 @@ enableRobotsTXT = true
     subTitle = "Putting my notes online"
     showWordCounter = false
     showReadTime = false
-    showToc = true
+    showToc = false
 
     # License at the end of each post
     showLicense = false
-- 
cgit v1.2.3