mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Update December 2021
This commit is contained in:
16
docs/_includes/elements/backers-paragraph.html
Normal file
16
docs/_includes/elements/backers-paragraph.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% if site.data.backers[include.tier].size > 0 or site.data.github[include.tier].size > 0 %}
|
||||
<h2>{{ include.title }}</h2>
|
||||
|
||||
<ul>
|
||||
{% for pt in site.data.backers[include.tier] reversed %}
|
||||
<li>
|
||||
{{ pt.name }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% for gh in site.data.github[include.tier] reversed %}
|
||||
<li>
|
||||
{{ gh }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user