added kofi link

This commit is contained in:
2026-03-07 14:33:13 +11:00
parent 3e0ad128a2
commit 8b33d57d59

View File

@@ -26,6 +26,15 @@ templ Footer() {
</div>
</div>
</footer>
<script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>
<script>
kofiWidgetOverlay.draw('haelnorr', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#313244',
'floating-chat.donateButton.text-color': '#ccd5f3'
});
</script>
}
templ backToTopButton() {