layouts/_default/single.html
@@ -8,17 +8,16 @@ {{partial "darkmode.html" .}} <article> {{if .Title}}<h1>{{ .Title }}</h1>{{end}} {{if $.Site.Data.config.enableToc}} <aside class="mainTOC"> <h3>Table of Contents</h3> {{ .TableOfContents }} </aside> {{end}} {{- .Content -}} </article> {{partial "footer.html" .}} </div> {{- with resources.Get "darkmode.js" | minify -}} <script> {{.Content | safeJS }} </script> {{- end -}} </body> </html> </html>