From 8242d1d06f1f98e88827812bb8b68550d0dfd3cb Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 12 Mar 2020 11:59:18 +0100 Subject: build icons --- editor.html | 137 ------------------------------------------------------------ 1 file changed, 137 deletions(-) delete mode 100644 editor.html (limited to 'editor.html') diff --git a/editor.html b/editor.html deleted file mode 100644 index 5b9ba47e..00000000 --- a/editor.html +++ /dev/null @@ -1,137 +0,0 @@ ---- -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