From 84c75d05460dd2974ff04a43f6a770fc31deca63 Mon Sep 17 00:00:00 2001
From: DhammaCharts <100090806+DhammaCharts@users.noreply.github.com>
Date: Mon, 06 Jun 2022 11:56:47 +0000
Subject: [PATCH] Merge branch 'hugo' into hugo
---
layouts/_default/single.html | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 06892bd..91eda29 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -22,17 +22,10 @@
<li><a href="{{ .Permalink }}">{{ .LinkTitle | humanize }}</a></li>
{{ end }}
</ul>
- {{ 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>
--
Gitblit v1.10.0