aboutsummaryrefslogtreecommitdiff
path: root/src/tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/tags.html')
-rw-r--r--src/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tags.html b/src/tags.html
index 8148f92e..54253f9b 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,6 @@ layout: default
<td>{{ icon.category }}</td>
<td>{{ icon.version }}</td>
</tr>
- {% if icon.tags.size == 0 %}
{% assign i = i | plus: 1 %}
{% endif %}
{% endfor %}