mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 06:11:27 -04:00
fix: js scripts not in body element (#356)
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user