feather/_includes/icons.html
2017-02-26 12:27:46 -08:00

8 lines
222 B
HTML

<section>
{% for icon in site.data.icons %}
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
<div class="feather-icon">
{% include_relative {{ icon_path }} %}
</div>
{% endfor %}
</section>