From e6e7494bdcfbc48139dc38ea7219022e3d4ec6c1 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 27 Feb 2020 18:41:35 +0100 Subject: icon preview --- index.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index a9983a9..45cbb94 100644 --- a/index.html +++ b/index.html @@ -8,16 +8,26 @@ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> - + Tabler Icons
- +
+
+
+ {% include icon.html name="arrow-left" %} +
+
+
+ {% for icon in site.icons %} +
+ {% assign name = icon.slug %} + {% include icon.html name=name %} +
+ {% endfor %} +
+
-- cgit v1.2.1