Use icons from npm package

This commit is contained in:
Cole Bemis 2017-07-08 01:17:35 -07:00
parent 031dcbeeb0
commit 88020fbef2

View File

@ -1,10 +1,9 @@
<div class="w-80 center pv5"> <div class="w-80 center">
{% include category.html category="core" %} <ul class="icon-grid mv0 pl0 list">
{% include category.html category="media-controls" %} {% for file in site.static_files %}
{% include category.html category="communication" %} {% if file.path contains 'dist/icons/' %}
{% include category.html category="photo-and-video" %} {% include icon.html icon=file %}
{% include category.html category="location" %} {% endif %}
{% include category.html category="weather" %} {% endfor %}
{% include category.html category="arrows" %} </ul>
{% include category.html category="logos" %}
</div> </div>