--- layout: default ---
{% for icon in site.icons %} {% assign name = icon.slug %}
{% include_cached icon.html name=name %}
{% endfor %}
{% if jekyll.environment != "development" %}
{% for icon in site.icons %} {% assign name = icon.slug %}
{% include_cached icon.html name=name stroke=1.5 %}
{% endfor %}
{% for icon in site.icons %} {% assign name = icon.slug %}
{% include_cached icon.html name=name stroke=1 %}
{% endfor %}
{% endif %}