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>
|
||||
<th>{{ $target }}</th>
|
||||
<td>
|
||||
<a href="{{ .url }}"
|
||||
>{{ .name }} ({{ printf "%.2f" (div .size 1e6) }} MiB)</a
|
||||
>
|
||||
<a href="{{ .url }}">{{ .name }}</a>
|
||||
({{ printf "%.2f" (div .size 1e6) }} MiB)
|
||||
</td>
|
||||
</tr>
|
||||
{{ else }}
|
||||
|
|
Loading…
Reference in a new issue