diff --git a/src/index.html b/src/index.html index 5e409a7a3..55a9c562e 100644 --- a/src/index.html +++ b/src/index.html @@ -14,16 +14,30 @@ layout: default + {% if jekyll.environment !== "development" %}
{% for icon in site.icons %} {% assign name = icon.slug %}
- {% include_cached icon.html name=name stroke=1.25 %} + {% 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 %}