From 321e19dc415a316c71ba50e11ab0428bda92b0e6 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 03 May 2022 13:48:50 +0000
Subject: [PATCH] Merge pull request #121 from benbohmer/patch-1
---
layouts/index.html | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index 17b6917..ee33d7c 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -13,15 +13,11 @@
{{partial "darkmode.html" .}}
</header>
<article>
- {{ if (and $.Site.Data.config.enableToc (not (.Params.disableToc))) }}
- <aside class="mainTOC">
- <h3>Table of Contents</h3>
- {{ .TableOfContents }}
- </aside>
- {{end}}
- {{- .Content -}}
+ {{partial "toc.html" .}}
+ {{partial "textprocessing.html" . }}
</article>
{{partial "footer.html" .}}
+ {{partial "popover.html" .}}
</div>
</body>
</html>
--
Gitblit v1.10.0