mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-05-16 06:27:03 +00:00
Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
e981184453
2 changed files with 4 additions and 3 deletions
1
overrides/.icons/monero.svg
Normal file
1
overrides/.icons/monero.svg
Normal 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 |
|
@ -39,14 +39,14 @@
|
||||||
<!-- Render date of last update -->
|
<!-- Render date of last update -->
|
||||||
<span class="md-source-file__fact">
|
<span class="md-source-file__fact">
|
||||||
<span class="md-icon">
|
<span class="md-icon">
|
||||||
{% include ".icons/material/cash.svg" %}
|
{% include ".icons/monero.svg" %}
|
||||||
</span>
|
</span>
|
||||||
<!-- Display XMR address in 3 lines -->
|
<!-- Display XMR address in 3 lines -->
|
||||||
<!-- Check valid XMR address -->
|
<!-- Check valid XMR address -->
|
||||||
{% if page.meta.get('xmr', '')|length == 95 %}
|
{% 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 %}
|
{% else %}
|
||||||
Donate to Nihilist:<br>8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o<br>7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8
|
Donate XMR to Nihilist:<br>8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o<br>7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue