diff --git a/src/cheatsheet.html b/src/cheatsheet.html index cc5f8ab8a..dfd6d13c3 100644 --- a/src/cheatsheet.html +++ b/src/cheatsheet.html @@ -20,11 +20,14 @@ relative_path: ../
- {% 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 %}
&#x{{ icon.unicode }} - fa-{{ icon.id }} - (&#x{{ icon.unicode }};) + fa-{{ icon.class }} + {% if icon.alias_of %} (alias){% endif %} + [&#x{{ icon.unicode }};]
{% endfor %}