add size and mtime show
This commit is contained in:
parent
bc5458daba
commit
c4023e374d
@ -5,7 +5,7 @@
|
||||
|
||||
<pre>
|
||||
{{ range .list }}
|
||||
<a href="/v{{ parsePath $.path }}/{{ .Name }}">{{ .Name }}</a>
|
||||
<a href="/v{{ parsePath $.path }}/{{ .Name }}">{{ .Name }}</a> {{ .Mtime }} {{ .Size }}
|
||||
{{ end }}
|
||||
</pre>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user