From fe151338aeedcf04cc2078653193903519f7b4ad Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 10 Mar 2020 22:12:47 +0100 Subject: icons directory structure --- editor.html | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 editor.html (limited to 'editor.html') diff --git a/editor.html b/editor.html new file mode 100644 index 00000000..5b9ba47e --- /dev/null +++ b/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