diff options
author | codecalm <codecalm@gmail.com> | 2020-10-26 12:24:22 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-26 12:24:22 +0100 |
commit | e058caa7e84c1adbcae2b6da6f4b567c2f398bb4 (patch) | |
tree | f2cd433f8726faa9682374dd6017941edbedb4da /src | |
parent | 1 new icons: `lock-access` (diff) | |
download | tabler-icons-e058caa7e84c1adbcae2b6da6f4b567c2f398bb4.tar.xz |
icons pre-build
Diffstat (limited to 'src')
-rw-r--r-- | src/tags.html | 2 |
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 %} |