Skip to content

Commit

Permalink
Remove widget
Browse files Browse the repository at this point in the history
Remove intrusive BuyMeaCoffee widget
  • Loading branch information
twhite96 committed Feb 13, 2024
1 parent b408dbe commit e87b0b5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,3 @@ <h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
<script async defer data-domain="docs.tifflabs.org" src="https://plausible.io/js/plausible.js"></script>
{% endblock %}

{% block site_nav %}
{% if page.is_homepage %}
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
data-id="tifflabs" data-description="Support me on Buy me a coffee!"
data-message="Thanks for allowing me to continue tiff labs. If you like it, beer me! 🍻" data-color="#FF0000"
data-position="Right" data-x_margin="18" data-y_margin="18"></script>
{% endif %}
{% endblock %}

0 comments on commit e87b0b5

Please sign in to comment.