mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
08ef4df2c0
* 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>
|