2013-05-18 09:09:37 +08:00
|
|
|
<section id="text-editor">
|
|
|
|
<h2 class="page-header">Text Editor Icons</h2>
|
|
|
|
|
2013-10-06 03:40:57 +08:00
|
|
|
<div class="row fontawesome-icon-list">
|
2013-06-04 22:47:21 +08:00
|
|
|
{% assign icons_text_editor = icons | expand_aliases | category:"Text Editor Icons" | sort_by:'class' %}
|
2013-06-03 21:13:06 +08:00
|
|
|
|
|
|
|
{% for icon in icons_text_editor %}
|
2016-04-01 21:45:15 +08:00
|
|
|
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
|
2013-05-18 09:09:37 +08:00
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
|
2013-05-03 08:12:33 +08:00
|
|
|
</section>
|