From 5cc7b51bf711f674f8d58caf7708e3df3017ffb8 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 4 Apr 2022 23:57:38 +0200 Subject: 18 new icons: `a-b-off`, `accessible-off`, `adjustments-off`, `alarm-off`, `antenna-bars-off`, `api-app-off`, `apps-off`, `archive-off`, `artboard-off`, `aspect-ratio-off`, `at-off`, `ballpen-off`, `barbell-off`, `barcode-off`, `barrier-block-off`, `basket-off`, `beach-off`, `bike-off` Fixed icons: `barrel` --- src/_tags.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..fbd5b54d --- /dev/null +++ b/src/_tags.html @@ -0,0 +1,25 @@ +--- +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 }}
+ +

Untagged: {{ i }}

+
+
-- cgit v1.2.1