add monero icon

This commit is contained in:
oxeo0 2025-05-08 18:50:49 +02:00
parent fcdc89846a
commit b0a1440cc1
5 changed files with 7 additions and 6 deletions

View file

@ -0,0 +1 @@
<svg aria-hidden="true" data-prefix="fab" data-icon="monero" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512" class="svg-inline--fa fa-monero fa-w-16 fa-7x"><path fill="currentColor" d="M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z" class=""/></svg>

After

Width:  |  Height:  |  Size: 437 B

View file

@ -39,14 +39,14 @@
<!-- Render date of last update -->
<span class="md-source-file__fact">
<span class="md-icon">
{% include ".icons/material/cash.svg" %}
{% include ".icons/monero.svg" %}
</span>
<!-- Display XMR address in 3 lines -->
<!-- Check valid XMR address -->
{% if page.meta.get('xmr', '')|length == 95 %}
Donate to the author:<br>{{ page.meta.xmr[:48] }}<br>{{ page.meta.xmr[48:] }}
Donate XMR to the author:<br>{{ page.meta.xmr[:48] }}<br>{{ page.meta.xmr[48:] }}
{% else %}
Donate to Nihilist:<br>8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o<br>7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8
Donate XMR to Nihilist:<br>8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o<br>7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8
{% endif %}
</span>