mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 09:40:27 +08:00
Made version indicators a little less "robust"
This commit is contained in:
parent
d53d62248d
commit
fa89353273
@ -24,7 +24,7 @@ relative_path: ../
|
||||
|
||||
{% for icon in sorted_icons %}
|
||||
<div class="col-md-4 col-sm-6 col-lg-3">
|
||||
{% if icon.created >= site.fontawesome.major_version %}<small class="badge pull-right">{{ icon.created }}</small>{% endif %}
|
||||
{% if icon.created >= site.fontawesome.major_version %}<small class="text-muted pull-right">{{ icon.created }}</small>{% endif %}
|
||||
<i class="fa fa-fw">&#x{{ icon.unicode }}</i>
|
||||
fa-{{ icon.class }}
|
||||
{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user