From 88020fbef26ba5c61566f451d14e9a80bf720597 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sat, 8 Jul 2017 01:17:35 -0700 Subject: [PATCH] Use icons from npm package --- _includes/icons.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/_includes/icons.html b/_includes/icons.html index 1df1f7d..2d82cba 100644 --- a/_includes/icons.html +++ b/_includes/icons.html @@ -1,10 +1,9 @@ -
- {% include category.html category="core" %} - {% include category.html category="media-controls" %} - {% include category.html category="communication" %} - {% include category.html category="photo-and-video" %} - {% include category.html category="location" %} - {% include category.html category="weather" %} - {% include category.html category="arrows" %} - {% include category.html category="logos" %} +
+
    + {% for file in site.static_files %} + {% if file.path contains 'dist/icons/' %} + {% include icon.html icon=file %} + {% endif %} + {% endfor %} +