From e64dff274456b1f17a5212f3839ac56305b4d4cc Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 18 Apr 2021 15:37:38 +0200 Subject: mushroom, pizza fixes --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index f8fc5f9f..5e409a7a 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,7 @@ layout: default {% for icon in site.icons %} {% assign name = icon.slug %}
- {% include icon.html name=name %} + {% include_cached icon.html name=name %}
{% endfor %} @@ -20,7 +20,7 @@ layout: default {% for icon in site.icons %} {% assign name = icon.slug %}
- {% include icon.html name=name stroke=1.25 %} + {% include_cached icon.html name=name stroke=1.25 %}
{% endfor %} -- cgit v1.2.1