diff options
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" -}} |