mirror of
https://git.sr.ht/~ashkeel/strimertul-website
synced 2024-11-21 21:22:21 +00:00
This commit is contained in:
parent
3eabea02c5
commit
69640d642b
1 changed files with 2 additions and 3 deletions
|
@ -12,9 +12,8 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ $target }}</th>
|
<th>{{ $target }}</th>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{ .url }}"
|
<a href="{{ .url }}">{{ .name }}</a>
|
||||||
>{{ .name }} ({{ printf "%.2f" (div .size 1e6) }} MiB)</a
|
({{ printf "%.2f" (div .size 1e6) }} MiB)
|
||||||
>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
|
Loading…
Reference in a new issue