about summary refs log tree commit diff homepage
path: root/templates/directory.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/directory.html
parente405d3f244d074f00658e020795a90ec3f69add7 (diff)
downloadphylactery-5ba68fae053ccabc3161ee4f80963ac0c47ddaf2.tar.gz
Polish up for a release 0.1.0
Diffstat (limited to 'templates/directory.html')
-rw-r--r--templates/directory.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/directory.html b/templates/directory.html
index a04637e..570e526 100644
--- a/templates/directory.html
+++ b/templates/directory.html
@@ -6,5 +6,4 @@
     <a href=../><p>../</p></a>{{range .Entries}}
     <a href="./{{. | escape}}"><p>{{.}}</p></a>{{end}}
   </main>
-</body>
-</html>
+{{template "base-foot.html" -}}