feather/_includes/icons.html
2017-07-08 02:52:54 -07:00

10 lines
261 B
HTML

<div class="w-80 mw8 center">
<ul class="icon-grid mv0 pl0 list">
{% for file in site.static_files %}
{% if file.path contains 'dist/icons/' %}
{% include icon.html icon=file %}
{% endif %}
{% endfor %}
</ul>
</div>