Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/_includes/icons/text-editor.html')
-rw-r--r--src/doc/_includes/icons/text-editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/_includes/icons/text-editor.html b/src/doc/_includes/icons/text-editor.html
index 05d33cb2b..20ac360e4 100644
--- a/src/doc/_includes/icons/text-editor.html
+++ b/src/doc/_includes/icons/text-editor.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Text Editor Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_text_editor = icons | expand_aliases | category:"Text Editor Icons" | sort_by:'class' %}
+ {% assign icons_text_editor = icons | expand_aliases | where:"categories", "Text Editor Icons" | sort_by:'class' %}
{% for icon in icons_text_editor %}
<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>