From a30198e3f468463384a41b169d93d1ec1ca07d12 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 10 Apr 2022 02:13:39 +0200 Subject: init v2.0 of tabler icons --- src/tags.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/tags.html (limited to 'src/tags.html') diff --git a/src/tags.html b/src/tags.html new file mode 100644 index 00000000..aa71db32 --- /dev/null +++ b/src/tags.html @@ -0,0 +1,26 @@ +--- +layout: default +--- + +
+
+ {% assign i = 0 %} + + {% for icon in site.icons %} + + + + + + + + + {% if icon.tags.size == 0 %} + {% assign i = i | plus: 1 %} + {% endif %} + {% endfor %} +
{% include_cached icon.html name=icon.slug %}{{ icon.slug }}{{ icon.tags | join: ', ' }}{{ icon.category }}{{ icon.version }}{{ icon.unicode }}
+ +

Untagged: {{ i }}

+
+
-- cgit v1.2.1