mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
6 lines
178 B
HTML
6 lines
178 B
HTML
|
<section>
|
||
|
{% for icon in site.data.icons %}
|
||
|
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
|
||
|
{% include_relative {{ icon_path }} %}
|
||
|
{% endfor %}
|
||
|
</section>
|