summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/src/doc/_includes/icons/chart.html
diff options
context:
space:
mode:
Diffstat (limited to 'live/static/fork-awesome/src/doc/_includes/icons/chart.html')
-rw-r--r--live/static/fork-awesome/src/doc/_includes/icons/chart.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/live/static/fork-awesome/src/doc/_includes/icons/chart.html b/live/static/fork-awesome/src/doc/_includes/icons/chart.html
deleted file mode 100644
index e0be4ab..0000000
--- a/live/static/fork-awesome/src/doc/_includes/icons/chart.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<section id="chart">
- <h2 class="page-header">Chart Icons</h2>
-
- <div class="row fontawesome-icon-list">
- {% assign icons_chart = icons | expand_aliases | where:"categories", "Chart Icons" | sort_by:'class' %}
-
- {% for icon in icons_chart %}
- <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>
- {% endfor %}
- </div>
-
-</section>