From 0690fb8c4d1dc1e14e6920e2b7983dfb57751ffe Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 3 Mar 2020 23:45:23 +0100 Subject: next part of icons --- list.html | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 list.html (limited to 'list.html') diff --git a/list.html b/list.html new file mode 100644 index 0000000..af5d0ca --- /dev/null +++ b/list.html @@ -0,0 +1,70 @@ +--- +--- + + + + + + + + + Tabler Icons + + + + +
+
+ +
+
+ {% for icon in site.icons %} + {% assign name = icon.slug %} + + {% include icon.html name=name %} + + {% endfor %} +
+
+
+
+ + + + + -- cgit v1.2.1