Skip to content

Commit

Permalink
fun: ko-fi donation button
Browse files Browse the repository at this point in the history
  • Loading branch information
tyliec committed Sep 5, 2023
1 parent 78d4853 commit aad7095
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,16 @@ <h4 class="ui header">Resources</h4>
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.js"></script>

<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('tyliec', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#00b9fe',
'floating-chat.donateButton.text-color': '#fff'
});
</script>

{% block scripts %}{% endblock %}
</body>

Expand Down

0 comments on commit aad7095

Please sign in to comment.