mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-19 05:00:04 +02:00
_layouts/package.html: display sha256 hash in monospaced font.
This commit is contained in:
parent
6aa86cc3a3
commit
025a1e9252
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ layout: default
|
||||||
{% assign tmpSize = version[1].Size %}
|
{% assign tmpSize = version[1].Size %}
|
||||||
{% include size.html input=tmpSize %}
|
{% include size.html input=tmpSize %}
|
||||||
</td>
|
</td>
|
||||||
<td>{{ version[1].SHA256 }}</td>
|
<td class="text-mono">{{ version[1].SHA256 }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue