mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Init v1
This commit is contained in:
19
docs/_includes/docs/elements/backers-group.html
Normal file
19
docs/_includes/docs/elements/backers-group.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{% if site.data.backers[include.tier].size > 0 or site.data.github[include.tier].size > 0 %}
|
||||
<div class="bd-backers-heading">
|
||||
<h2>{{ include.title }}</h2>
|
||||
</div>
|
||||
|
||||
<div class="bd-backers-group">
|
||||
<ul class="bd-backers-list bd-is-patreon">
|
||||
{% for pt in site.data.backers[include.tier] reversed %}
|
||||
{% include docs/elements/patreon-item.html backer=pt %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<ul class="bd-backers-list bd-is-github">
|
||||
{% for gh in site.data.github[include.tier] reversed %}
|
||||
{% include docs/elements/github-item.html sponsor=gh %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user