From 7ee6ac51c0a003b46307d6ec92ef9d4432a16590 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 18 Aug 2022 13:59:03 +0200 Subject: e11ty test --- src/index.html | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/index.html (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html deleted file mode 100644 index 91ed1b90..00000000 --- a/src/index.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: default ---- -
-
-
-
- {% for icon in collections.icons %} - {% assign name = icon.fileSlug %} -
- {% icon name %} -
- {% endfor %} -
-
-
-
-
-
- {% for icon in collections.icons %} - {% assign name = icon.fileSlug %} -
- {% include "icon.html", name="name", stroke="1.25" %} -
- {% endfor %} -
-
-
-
-- cgit v1.2.1