1 parent 23df8a6 commit 807d4eeCopy full SHA for 807d4ee
1 file changed
docs/_layouts/default.html
@@ -27,6 +27,9 @@ <h1 class="header">{{ site.title | default: site.github.repository_name }}</h1>
27
{% if site.discord_url %}
28
<li><a target="blank" class="buttons discord" href="{{ site.discord_url }}">Join the Discord</a></li>
29
{% endif %}
30
+ {% if site.patreon_id %}
31
+ <li><a target="blank" href="https://www.patreon.com/bePatron?u={{ site.patreon_id }}" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script></li>
32
+ {% endif %}
33
</ul>
34
35
{% if site.github.is_project_page %}
0 commit comments