Skip to content

Commit 5ea378b

Browse files
authored
Add coffee button
1 parent b480ae1 commit 5ea378b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_layouts/default.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>
1919

2020
{% if site.github.private != true and site.github.license %}
2121
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
22-
This site is open source. {% github_edit_link "Improve this page" %}.
23-
<p>This website is not affiliated with, endorsed, or sponsored by Hasbro, Inc. or any of its affiliates. Clue and Cluedo are trademarks of Hasbro, Inc. and are used here for informational purposes only.</p>
22+
<script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="johnmcc" data-color="#5F7FFF" data-emoji="" data-font="Lato" data-text="Enjoy this? Buy me a coffee" data-outline-color="#000000" data-font-color="#ffffff" data-coffee-color="#FFDD00" ></script>
23+
<p>This site is open source. {% github_edit_link "Improve this page" %}.</p>
24+
<p><sub>This website is not affiliated with, endorsed, or sponsored by Hasbro, Inc. or any of its affiliates. Clue and Cluedo are trademarks of Hasbro, Inc. and are used here for informational purposes only.</sub></p>
2425
</div>
2526
{% endif %}
2627
</div>

0 commit comments

Comments
 (0)