Skip to content

Commit bae55c4

Browse files
authored
Update donate.njk
1 parent c6942ab commit bae55c4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

website/content/donate.njk

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ title: Donate
4343
</div>
4444
{% endfor %}
4545
</div>
46+
<div class="row">
47+
{% for patreon in patreons | sort((a, b) => a.tier.localeCompare(b.tier)) %}
48+
<div class="col-lg-3 mb-3 text-center">
49+
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
50+
<strong>{{patreon.name}}</strong>
51+
{% if patreon.url %}</a>{% endif %}
52+
<br />
53+
{{patreon.tier}}
54+
</div>
55+
{% endfor %}
56+
</div>
4657
</section>
4758

4859
<section class="container-xxl mb-5">

0 commit comments

Comments
 (0)