From 4197ad460afd96ab508d421939b92f80bbcdc5ca Mon Sep 17 00:00:00 2001
From: straightupjac <jdc.jaclyn@gmail.com>
Date: Tue, 03 May 2022 05:51:15 +0000
Subject: [PATCH] fix github info
---
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