From db1e5050e05d7ee43537d5e8faac7efe257685d7 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 9 May 2013 12:53:11 -0400 Subject: [PATCH] showing more information on the '/v/..' page --- layouts.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts.go b/layouts.go index fe8b6a8..d3fe236 100644 --- a/layouts.go +++ b/layouts.go @@ -163,7 +163,11 @@ var fileViewInfoTemplateHTML = `
[keywords:{{range $key := .Metadata.Keywords}} {{$key}}{{end}}]
-[md5: {{.Md5 | printf "%8.8s"}}...] +[md5: {{.Md5}}] +
+[size: {{.Length}}] +
+[UploadDate: {{.Metadata.TimeStamp}}] {{end}} `