Skip to content

Commit ffd1196

Browse files
authored
add donation button to the sidebar (#464)
1 parent 711c85e commit ffd1196

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_includes/sidebar.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ <h1>
5555
{% endif %}
5656
{% endfor %}
5757
</nav>
58+
59+
<!-- Donation Button -->
60+
<div class="sidebar-donate" style="margin-top: 20px;">
61+
{{ site.numfocus.donate_button }}
62+
</div>
5863

5964
<p>&copy; {{ site.time | date: '%Y' }}. All rights reserved.</p>
6065
</div>

0 commit comments

Comments
 (0)