Files
bulma/docs/_includes/docs/elements/github-item.html
Jeremy Thomas 69877a652c Init v1
2024-03-21 16:11:54 +00:00

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>