From f94f5f3941f47be25831577e5b9e953712bda861 Mon Sep 17 00:00:00 2001 From: oxeo0 Date: Thu, 22 May 2025 20:09:32 +0200 Subject: [PATCH] scrollable xmr address --- overrides/partials/source-file.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overrides/partials/source-file.html b/overrides/partials/source-file.html index b6d82e9..a7d6d82 100644 --- a/overrides/partials/source-file.html +++ b/overrides/partials/source-file.html @@ -37,16 +37,16 @@
- + {% include ".icons/monero.svg" %} {% if page.meta.get('xmr', '')|length == 95 %} - Donate XMR to the author:
{{ page.meta.xmr[:48] }}
{{ page.meta.xmr[48:] }} + Donate XMR to the author:
{{ page.meta.xmr }} {% else %} - Donate XMR to Nihilist:
8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o
7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8 + Donate XMR to Nihilist:
8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8 {% endif %}