From 4fa6f1621b406ce58b91a4ae9a58b392d78b7008 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 28 Jun 2022 02:02:17 +0900 Subject: Abstract template and style --- templates/directory.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'templates/directory.html') diff --git a/templates/directory.html b/templates/directory.html index c89d388..6fc35fa 100644 --- a/templates/directory.html +++ b/templates/directory.html @@ -1,12 +1,10 @@ - - - - +{{template "base-head.html" -}} + {{.Title}}
-

../

{{range .Entries}} -

{{.}}

{{end}} +

../

{{range .Entries}} +

{{.}}

{{end}}
-- cgit 1.4.1