Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit 9fa10e5

Browse files
committed
Remove 'bytes'
First part of the fix to #3
1 parent 166064b commit 9fa10e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<td>
5353
<a href="{{ .Path }}">{{ .Name }}</a>
5454
</td>
55-
<td>{{ .Size }} bytes</td>
55+
<td>{{ .Size }}</td>
5656
</tr>
5757
{{ end }}
5858
</table>

0 commit comments

Comments
 (0)