mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +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 %}
|
||||
{% include size.html input=tmpSize %}
|
||||
</td>
|
||||
<td>{{ version[1].SHA256 }}</td>
|
||||
<td class="text-mono">{{ version[1].SHA256 }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue