aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index 19a642e..bed918e 100644
--- a/index.html
+++ b/index.html
@@ -97,6 +97,17 @@
</div>
<div class="mb">
+ <div class="icons-list icons-list-borders">
+ {% for icon in icons %}
+ {% assign name = icon.slug %}
+ <a href="#" class="icons-list-icon js-icon" title="{{ icon.slug }}" data-icon="{{ name }}">
+ {% include icon.html name=name %}
+ </a>
+ {% endfor %}
+ </div>
+ </div>
+
+ <div class="mb">
<div class="icons-list icons-list-squares">
{% for icon in icons %}
{% assign name = icon.slug %}