mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 12:15:28 +00:00
feat: add lightning address for donations
This commit is contained in:
20614
pnpm-lock.yaml
generated
20614
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -61,6 +61,7 @@ module.exports = {
|
|||||||
headline: 'Spenden',
|
headline: 'Spenden',
|
||||||
text: 'Dieses Buch ist kostenlos, werbefrei und hat mich im Laufe der Zeit viele hundert Stunden Arbeit gekostet.\n\nWenn es dir gefallen hat, freue ich mich über Lob und Anerkennung. Du kannst mich unterstützen, indem mir eine kleine Spende zukommen lässt.',
|
text: 'Dieses Buch ist kostenlos, werbefrei und hat mich im Laufe der Zeit viele hundert Stunden Arbeit gekostet.\n\nWenn es dir gefallen hat, freue ich mich über Lob und Anerkennung. Du kannst mich unterstützen, indem mir eine kleine Spende zukommen lässt.',
|
||||||
paypal: 'Spenden mit PayPal',
|
paypal: 'Spenden mit PayPal',
|
||||||
|
lightning: 'Spenden mit Lightning',
|
||||||
},
|
},
|
||||||
tech: {
|
tech: {
|
||||||
headline: 'Technische Informationen',
|
headline: 'Technische Informationen',
|
||||||
|
|||||||
@@ -60,7 +60,8 @@ module.exports = {
|
|||||||
donation: {
|
donation: {
|
||||||
headline: 'Donations',
|
headline: 'Donations',
|
||||||
text: 'This book is free, ad-free and has cost me many hundreds of hours of work over time.\n\nIf you enjoyed it, I welcome praise and recognition. You can support me by making a small donation.',
|
text: 'This book is free, ad-free and has cost me many hundreds of hours of work over time.\n\nIf you enjoyed it, I welcome praise and recognition. You can support me by making a small donation.',
|
||||||
paypal: 'Donate With PayPal',
|
paypal: 'Donate with PayPal',
|
||||||
|
lightning: 'Donate with Lightning',
|
||||||
},
|
},
|
||||||
tech: {
|
tech: {
|
||||||
headline: 'Technical Information',
|
headline: 'Technical Information',
|
||||||
|
|||||||
@@ -29,5 +29,20 @@
|
|||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="colophon-donation-list-item">
|
||||||
|
<a
|
||||||
|
data-umami-event="Lightning"
|
||||||
|
href="https://walletofsatoshi.com/"
|
||||||
|
rel="nofollow noopener noreferrer external"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
class="colophon-dontation-button"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
⚡{{ i18n[locale].colophon.donation.lightning }} - kogakure@walletofsatoshi.com
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user