feat: an "end" partial
Some checks failed
Deploy Hextra docs site to Pages / build (push) Failing after 1m19s
Deploy Hextra docs site to Pages / deploy (push) Has been skipped

This commit is contained in:
Raymundo Vásquez Ruiz
2026-03-23 12:09:50 +01:00
parent 4f547d63e2
commit 8d62eaf0d5
2 changed files with 2 additions and 0 deletions

View File

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