From 89a774589d6c712fc229f6c946f39b7e3be95a5b Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 12 Mar 2020 15:04:56 +0100 Subject: new dir structure --- src/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/index.html (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html new file mode 100644 index 00000000..98418eb5 --- /dev/null +++ b/src/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