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}}
`