aboutsummaryrefslogtreecommitdiff
path: root/src/tags.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-10-19 16:21:39 +0200
committercodecalm <codecalm@gmail.com>2020-10-19 16:21:39 +0200
commit45b4a1d077272713fe7961c7a07a1d2dc9530bc3 (patch)
treef011da4ed6ceadaaaff447751cd423d31078004e /src/tags.html
parenticons build (diff)
downloadtabler-icons-45b4a1d077272713fe7961c7a07a1d2dc9530bc3.tar.xz
icon tags
Diffstat (limited to 'src/tags.html')
-rw-r--r--src/tags.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tags.html b/src/tags.html
index 8148f92e..2791bd7a 100644
--- a/src/tags.html
+++ b/src/tags.html
@@ -7,6 +7,7 @@ layout: default
{% assign i = 0 %}
<table class="table mb">
{% for icon in site.icons %}
+ {% if icon.tags.size == 0 %}
<tr>
<td class="td-1">{% include icon.html name=icon.slug %}</td>
<th>{{ icon.slug }}</th>
@@ -14,7 +15,7 @@ layout: default
<td>{{ icon.category }}</td>
<td>{{ icon.version }}</td>
</tr>
- {% if icon.tags.size == 0 %}
+
{% assign i = i | plus: 1 %}
{% endif %}
{% endfor %}