From 13dc327e8e61ac61bf2fbc75cbefd316412cb9e5 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 9 Mar 2020 22:04:18 +0100 Subject: folder clean --- index.html | 160 ------------------------------------------------------------- 1 file changed, 160 deletions(-) delete mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html deleted file mode 100644 index a8c999d..0000000 --- a/index.html +++ /dev/null @@ -1,160 +0,0 @@ ---- ---- - - - - - - - - - Tabler Icons - - - - -
-
- - {% 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