Add icons
This commit is contained in:
6
_includes/icons.html
Normal file
6
_includes/icons.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<section>
|
||||
{% for icon in site.data.icons %}
|
||||
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
|
||||
{% include_relative {{ icon_path }} %}
|
||||
{% endfor %}
|
||||
</section>
|
||||
Reference in New Issue
Block a user