Blake Allen
2021-10-26 1fc2da4fe293f47ec47a7b5d33fa94fa3a06bb3b
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>