mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update backers
This commit is contained in:
@@ -28,6 +28,28 @@ route: backers
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h2 class="title is-5">
|
||||
Website sponsors via Patreon ($300+)
|
||||
</h2>
|
||||
<div class="content">
|
||||
<ul>
|
||||
{% for backer in site.data.backers.300 reversed %}
|
||||
{% include elements/patreon-item.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 class="title is-5">
|
||||
Homepage sponsors via Patreon ($100+)
|
||||
</h2>
|
||||
<div class="content">
|
||||
<ul>
|
||||
{% for backer in site.data.backers.100 reversed %}
|
||||
{% include elements/patreon-item.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 class="title is-5">
|
||||
Generous backers via Patreon ($30+)
|
||||
</h2>
|
||||
@@ -38,6 +60,7 @@ route: backers
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 class="title is-5">
|
||||
Backers via Patreon ($10+)
|
||||
</h2>
|
||||
|
||||
Reference in New Issue
Block a user