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:
20852
pnpm-lock.yaml
generated
20852
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -61,6 +61,7 @@ module.exports = {
|
||||
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.',
|
||||
paypal: 'Spenden mit PayPal',
|
||||
lightning: 'Spenden mit Lightning',
|
||||
},
|
||||
tech: {
|
||||
headline: 'Technische Informationen',
|
||||
|
||||
@@ -60,7 +60,8 @@ module.exports = {
|
||||
donation: {
|
||||
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.',
|
||||
paypal: 'Donate With PayPal',
|
||||
paypal: 'Donate with PayPal',
|
||||
lightning: 'Donate with Lightning',
|
||||
},
|
||||
tech: {
|
||||
headline: 'Technical Information',
|
||||
|
||||
@@ -29,5 +29,20 @@
|
||||
</button>
|
||||
</a>
|
||||
</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>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user