aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmpl/index4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/index b/tmpl/index
index d0fcf87..279fac8 100644
--- a/tmpl/index
+++ b/tmpl/index
@@ -2,8 +2,8 @@
{{define "content"}}
<dl>
{{range .Pages}}
- <dt><a href="/view/{{.Name}}">{{.Name}}</a></dt>
- <dd>{{.ModTime.Format "2 Jan 2006"}}</dd>
+ <dt><a href="/view/{{.Name}}">{{.Name}}</a> {{.Size}} bytes</dt>
+ <dd>{{.ModTime.Format "15:04 2 Jan 2006"}}</dd>
{{end}}
</dl>
{{end}}