From 9d2ec529cd741682a679d02bf27bcfd432a157be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Sun, 26 Jun 2022 11:33:34 +0200 Subject: Rename _tags.html to tags.html --- 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