mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
14 lines
394 B
HTML
14 lines
394 B
HTML
<p class="bd-footer-link bd-has-subtitle">
|
|
<a href="{{ site.url }}{{ link.path }}">
|
|
<span class="bd-footer-link-icon has-text-{{ link.color }}">
|
|
<i class="{% if link.icon_brand %}fab{% elsif link.icon_regular %}far{% else %}fas{% endif %} fa-{{ link.icon }}"></i>
|
|
</span>
|
|
<strong>
|
|
{{ link.name }}
|
|
</strong>
|
|
<em>
|
|
{{ link.subtitle }}
|
|
</em>
|
|
</a>
|
|
</p>
|