Add icons

This commit is contained in:
Cole Bemis
2017-02-26 11:01:54 -08:00
parent fd611477eb
commit 3e99de0ab1
8 changed files with 32 additions and 0 deletions

6
_includes/icons.html Normal file
View 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>