From 525ef61eca5f36f6a6993fe9ec238efbdefb386e Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Feb 2016 01:21:00 +0100 Subject: move size into second line --- tmpl/index | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmpl/index b/tmpl/index index 279fac8..dffc1c8 100644 --- a/tmpl/index +++ b/tmpl/index @@ -2,8 +2,8 @@ {{define "content"}}
{{range .Pages}} -
{{.Name}} {{.Size}} bytes
-
{{.ModTime.Format "15:04 2 Jan 2006"}}
+
{{.Name}}
+
{{.ModTime.Format "15:04 2 Jan 2006"}} — {{.Size}} bytes
{{end}}
{{end}} -- cgit v1.2.3