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/editor.html | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 src/editor.html (limited to 'src/editor.html') diff --git a/src/editor.html b/src/editor.html new file mode 100644 index 0000000..6794a49 --- /dev/null +++ b/src/editor.html @@ -0,0 +1,137 @@ +--- +layout: default +--- +
+
+ + {% assign icons = site.icons %} + + {% assign first-icon = site.icons | reverse | first %} + {% assign slug = first-icon.slug %} + {% capture first-icon %} + {% include icon.html name=slug %} + {% endcapture %} + +
+
+ +
+
+ {{ first-icon }} + {{ first-icon }} +
+
+
+
+ +

{{ slug }}

+ +
+ + + +
+ +
+ + {{ first-icon }} +
+ +
+ {{ first-icon }} + +
+ +
+
{{ first-icon }}
+
{{ first-icon }}
+ + {{ first-icon }} Link +
+ + + + +
+ +
+ +
+
+ +

{{ site.icons.size }} icons

+ +
+
+ {% for icon in icons %} + {% assign name = icon.slug %} + + {% include icon.html name=name %} + + {% endfor %} +
+
+ +
+
+ {% for icon in icons %} + {% assign name = icon.slug %} + + {% include icon.html name=name %} + + {% endfor %} +
+
+ +
+
+ {% for icon in icons %} + {% assign name = icon.slug %} + + {% include icon.html name=name %} + + {% endfor %} +
+
+ +
+
+ + -- cgit v1.2.1