Add ko-fi partial
This commit is contained in:
@@ -66,12 +66,4 @@ $(window).on('load', function() {
|
||||
});
|
||||
</script>
|
||||
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('fundor333', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support me',
|
||||
'floating-chat.donateButton.background-color': '#f45d22',
|
||||
'floating-chat.donateButton.text-color': '#fff'
|
||||
});
|
||||
</script>
|
||||
{{ partial "ko-fi.html" . }}
|
||||
|
||||
9
layouts/partials/ko-fi.html
Normal file
9
layouts/partials/ko-fi.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('fundor333', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support me',
|
||||
'floating-chat.donateButton.background-color': '#5cb85c',
|
||||
'floating-chat.donateButton.text-color': '#fff'
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user