mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
9 lines
236 B
HTML
9 lines
236 B
HTML
<li>
|
|
<span class="icon-text">
|
|
<span>{{ include.sponsor }}</span>
|
|
<a class="icon" href="https://github.com/{{ include.sponsor }}" target="_blank" rel="nofollow">
|
|
<i class="fab fa-github-alt"></i>
|
|
</a>
|
|
</span>
|
|
</li>
|