From 8f15c5f8c1a0650d3c757f8cdf8ea12e4128ee97 Mon Sep 17 00:00:00 2001
From: meleu <meleu@users.noreply.github.com>
Date: Sun, 03 Apr 2022 19:22:32 +0000
Subject: [PATCH] disable ToC if enableToc: false
---
layouts/_default/single.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index ac8c216..c09f2dc 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -28,10 +28,10 @@
{{ .TableOfContents }}
</aside>
{{end}}
- {{.Content}}
-
+ {{partial "textprocessing.html" . }}
</article>
{{partial "footer.html" .}}
+ {{partial "popover.html" .}}
</div>
</body>
--
Gitblit v1.10.0