Fixed HTML errors

This commit is contained in:
Brandon Rozek 2025-03-28 23:23:23 -04:00
parent 525b28e98b
commit be207e0df3
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567
2 changed files with 1 additions and 2 deletions

View file

@ -3,6 +3,6 @@
{{ partial "head.html" . }}
<body>
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }}
</body>
{{ partial "footer.html" . }}
</html>