summaryrefslogtreecommitdiff
path: root/dir.html
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-20 19:39:43 +0100
committerache <ache@ache.one>2019-02-20 19:39:43 +0100
commit35bc85937d4ca09d2b9752086b25ef38cb6e82d9 (patch)
treefab7304042b825da96174668b1e6b5d42a49b4fd /dir.html
parentUse table to show information (diff)
Size normalisation
Diffstat (limited to 'dir.html')
-rw-r--r--dir.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.html b/dir.html
index 1f8a700..7b3e3ed 100644
--- a/dir.html
+++ b/dir.html
@@ -9,7 +9,7 @@
<table>
<tbody>
{{range .ListFiles}}
- <tr><td><a href="{{ .Path }}">{{ .Name }}</a></td><td>{{ .Size }}</td></tr>
+ <tr><td><a href="{{ .Path }}">{{ .Name }}</a></td><td>{{ .SizePrint }}</td></tr>
{{end}}
</tbody>
</table>