layouts/_default/single.html
@@ -19,17 +19,10 @@ {{ .TableOfContents }} </aside> {{end}} {{- .Content -}} {{.Content}} </article> {{partial "footer.html" .}} </div> {{- with resources.Get "darkmode.js" | minify -}} <script> {{.Content | safeJS }} </script> {{- end -}} </body> </html> </html>