mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Use Font Awesome 5
This commit is contained in:
@@ -13,7 +13,7 @@ route: blog
|
||||
<a class="bd-article-image is-{{ post.color }}" href="{{ post.url }}">
|
||||
<span class="bd-article-overlay"></span>
|
||||
<span class="bd-article-icon">
|
||||
<i class="fa fa-{{ post.icon }}"></i>
|
||||
<i class="{% if post.icon_brand %}fab{% else %}fas{% endif %} fa-{{ post.icon }}"></i>
|
||||
</span>
|
||||
<strong class="bd-article-info">
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user