diff options
author | pdp8 <pdp8@pdp8.info> | 2022-08-25 19:48:19 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2022-08-25 19:48:19 +0200 |
commit | 8d2ce11daf87267091ffec971cd46d16937cc69c (patch) | |
tree | 22945821afed5bfb846461fb5890fc5571520e9e /snippets/Fork-Awesome-1.2.0/src/doc/_includes/icons/chart.html | |
parent | 75fcb829a96307b7123b5e4cc1a15cc7097f5001 (diff) |
fork-awesome removed
Diffstat (limited to 'snippets/Fork-Awesome-1.2.0/src/doc/_includes/icons/chart.html')
-rw-r--r-- | snippets/Fork-Awesome-1.2.0/src/doc/_includes/icons/chart.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/icons/chart.html b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/icons/chart.html deleted file mode 100644 index e0be4ab..0000000 --- a/snippets/Fork-Awesome-1.2.0/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> |