From e35df21787712c14bea1869f2c663be4343ecf47 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 16 Aug 2022 22:44:29 +0200 Subject: e11ty test --- 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 5e409a7a..f8fc5f9f 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_cached icon.html name=name %} + {% include icon.html name=name %}
{% endfor %} @@ -20,7 +20,7 @@ layout: default {% for icon in site.icons %} {% assign name = icon.slug %}
- {% include_cached icon.html name=name stroke=1.25 %} + {% include icon.html name=name stroke=1.25 %}
{% endfor %} -- cgit v1.2.1