From d98d77829fd16972ce06c7cf5d191e1ce8b04879 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 21 Sep 2022 16:33:06 +0200 Subject: [PATCH] icons preview --- src/index.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 %}