mirror of
https://github.com/imfing/hextra.git
synced 2025-07-01 20:17:17 -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) }}
|
{{- if or (eq .Site.Params.footer.enable nil) (.Site.Params.footer.enable) }}
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ partial "scripts.html" . }}
|
||||||
</body>
|
</body>
|
||||||
{{ partial "scripts.html" . }}
|
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user