From ac0dd50c048d68884b0ada42e3ab0476fb29ef65 Mon Sep 17 00:00:00 2001
From: DhammaCharts <100090806+DhammaCharts@users.noreply.github.com>
Date: Wed, 01 Jun 2022 20:30:40 +0000
Subject: [PATCH] uncomment window.Million
---
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