Commit 9fa10e51 authored by rht's avatar rht

Remove 'bytes'

First part of the fix to https://github.com/ipfs/dir-index-html/issues/3
parent 166064b1
......@@ -52,7 +52,7 @@
<td>
<a href="{{ .Path }}">{{ .Name }}</a>
</td>
<td>{{ .Size }} bytes</td>
<td>{{ .Size }}</td>
</tr>
{{ end }}
</table>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment