diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 15:27:06 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 15:27:06 +0900 |
commit | 5ba68fae053ccabc3161ee4f80963ac0c47ddaf2 (patch) | |
tree | 83eb374a71de46ccb8ec17b803976b9a5e11bb2e /templates/directory.html | |
parent | e405d3f244d074f00658e020795a90ec3f69add7 (diff) | |
download | phylactery-5ba68fae053ccabc3161ee4f80963ac0c47ddaf2.tar.gz |
Polish up for a release 0.1.0
Diffstat (limited to 'templates/directory.html')
-rw-r--r-- | templates/directory.html | 3 |
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" -}} |