fix: js scripts not in body element (#356)

This commit is contained in:
Robb Shecter
2024-04-11 06:54:59 -06:00
committed by GitHub
parent e4cdabff12
commit be7e0d3f40

View File

@ -7,6 +7,6 @@
{{- if or (eq .Site.Params.footer.enable nil) (.Site.Params.footer.enable) }}
{{ partial "footer.html" . }}
{{ end }}
{{ partial "scripts.html" . }}
</body>
{{ partial "scripts.html" . }}
</html>