aboutsummaryrefslogtreecommitdiff
path: root/templates/_footer.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_footer.tmpl')
-rw-r--r--templates/_footer.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl
index 543a2e6..07bc857 100644
--- a/templates/_footer.tmpl
+++ b/templates/_footer.tmpl
@@ -1,5 +1,6 @@
{{ define "_footer" }}
</main>
+ </section>
<script>
function deleteEntry(id) {
fetch("/entries/"+id, { method: 'DELETE' })