layouts/index.html
@@ -13,17 +13,10 @@ {{partial "darkmode.html" .}} </header> <article> {{ if (and $.Site.Data.config.enableToc (ne .Params.enableToc false)) }} <aside class="mainTOC"> <h3>Table of Contents</h3> {{ .TableOfContents }} </aside> {{end}} {{partial "toc.html" .}} {{partial "textprocessing.html" . }} </article> {{partial "footer.html" .}} {{partial "popover.html" .}} </div> </body> </html>