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 ------------------------- src/tags.html | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 src/_tags.html create mode 100644 src/tags.html (limited to 'src') diff --git a/src/_tags.html b/src/_tags.html deleted file mode 100644 index fbd5b54d..00000000 --- a/src/_tags.html +++ /dev/null @@ -1,25 +0,0 @@ ---- -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 }}

-
-
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