feather/_includes/icons.html

6 lines
178 B
HTML
Raw Normal View History

2017-02-26 22:01:54 +03:00
<section>
{% for icon in site.data.icons %}
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
{% include_relative {{ icon_path }} %}
{% endfor %}
</section>