From 2964a2084774e87818032d32b9f219518d7a1b22 Mon Sep 17 00:00:00 2001 From: oxeo0 Date: Sun, 18 May 2025 14:12:11 +0200 Subject: [PATCH] actually, dont break it - make it scrollable --- 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 118d68c..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[:36] }}
{{ page.meta.xmr[36:72] }}
{{ page.meta.xmr[72:] }} + Donate XMR to the author:
{{ page.meta.xmr }} {% else %} - Donate XMR to Nihilist:
8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8
LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4
EAUqpZHLrX2VZLH71Jrd9k8 + Donate XMR to Nihilist:
8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8 {% endif %}