From fe151338aeedcf04cc2078653193903519f7b4ad Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 10 Mar 2020 22:12:47 +0100 Subject: icons directory structure --- index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..98418eb --- /dev/null +++ b/index.html @@ -0,0 +1,29 @@ +--- +layout: default +--- +
+
+ +
+
+ {% for icon in site.icons %} + {% assign name = icon.slug %} +
+ {% include icon.html name=name %} +
+ {% endfor %} +
+
+ +
+
+ {% for icon in site.icons %} + {% assign name = icon.slug %} +
+ {% include icon.html name=name stroke=1.25 %} +
+ {% endfor %} +
+
+
+
-- cgit v1.2.1