mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding aliases to cheatsheet as well
This commit is contained in:
parent
dae347b76e
commit
13f53d1cc3
@ -20,11 +20,14 @@ relative_path: ../
|
||||
<h2 class="page-header">Every Font Awesome {{ site.fontawesome.version }} Icon, CSS Class, & Unicode</h2>
|
||||
|
||||
<div class="row">
|
||||
{% assign sorted_icons = icons | sort_by:'class' %}{% for icon in sorted_icons %}
|
||||
{% assign sorted_icons = icons | expand_aliases | sort_by:'class' %}
|
||||
|
||||
{% for icon in sorted_icons %}
|
||||
<div class="col-md-4 col-sm-6 col-lg-3">
|
||||
<i class="fa fa-fw">&#x{{ icon.unicode }}</i>
|
||||
fa-{{ icon.id }}
|
||||
<span class="muted">(&#x{{ icon.unicode }};)</span>
|
||||
fa-{{ icon.class }}
|
||||
{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}
|
||||
<span class="muted">[&#x{{ icon.unicode }};]</span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user