about summary refs log tree commit diff homepage
path: root/templates/archive.html
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-06-28 15:27:06 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-06-28 15:27:06 +0900
commit5ba68fae053ccabc3161ee4f80963ac0c47ddaf2 (patch)
tree83eb374a71de46ccb8ec17b803976b9a5e11bb2e /templates/archive.html
parente405d3f244d074f00658e020795a90ec3f69add7 (diff)
downloadphylactery-5ba68fae053ccabc3161ee4f80963ac0c47ddaf2.tar.gz
Polish up for a release 0.1.0
Diffstat (limited to 'templates/archive.html')
-rw-r--r--templates/archive.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/archive.html b/templates/archive.html
index ee5d2b3..619a5bc 100644
--- a/templates/archive.html
+++ b/templates/archive.html
@@ -12,5 +12,4 @@
   <main>{{range .Entries}}
     <img src="?entry={{.Index}}" alt="{{.Name}}">{{end}}
   </main>
-</body>
-</html>
+{{template "base-foot.html" -}}