aboutsummaryrefslogtreecommitdiff
path: root/src/tags.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-10-22 19:42:33 +0200
committercodecalm <codecalm@gmail.com>2020-10-22 19:42:33 +0200
commitce7adb5ef2b10d08eeb3cfdd005f2ce29dcd1761 (patch)
tree1958269747c68711caab35ca1043a0e8617f6536 /src/tags.html
parenticon tags (diff)
downloadtabler-icons-ce7adb5ef2b10d08eeb3cfdd005f2ce29dcd1761.tar.xz
31 new icons: `border-style`, `brightness-3`, `clear-all`, `details`, `droplet-filled-2`, `droplet-filled`, `droplet-half-2`, `droplet-half`, `edit-circle`, `file-info`, `flag-2`, `flag-3`, `flare`, `geometry`, `grain`, `layers-linked`, `list-search`, `nfc`, `perspective`, `pyramid`, `ruler-2`, `signature`, `sort-ascending-2`, `sort-descending-2`, `squares-diagonal`, `squares-filled`, `text-direction-ltr`, `text-direction-rtl`, `tilt-shift`, `writing-sign`, `writing`
Fixed icons: `affiliate`, `antenna-bars-1`, `antenna-bars-2`, `antenna-bars-3`, `antenna-bars-4`, `antenna-bars-5`, `ball-basketball`, `ball-tennis`, `basket`, `blockquote`, `brand-deviantart`, `brand-facebook`, `brand-figma`, `brand-foursquare`, `brand-framer`, `brand-google-play`, `brand-pinterest`, `brand-python`, `brand-reddit`, `brand-snapchat`, `brand-tailwind`, `brand-twitch`, `brand-twitter`, `building-monument`, `building-warehouse`, `circle-square`, `code-minus`, `code-plus`, `confetti`, `current-location`, `device-watch`, `devices-2`, `forklift`, `layout-list`, `line`, `player-skip-forward`, `settings-automation`, `shopping-cart-off`, `shopping-cart-plus`, `shopping-cart-x`, `shopping-cart`
Diffstat (limited to 'src/tags.html')
-rw-r--r--src/tags.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tags.html b/src/tags.html
index 2791bd7a..8148f92e 100644
--- a/src/tags.html
+++ b/src/tags.html
@@ -7,7 +7,6 @@ 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>
@@ -15,7 +14,7 @@ layout: default
<td>{{ icon.category }}</td>
<td>{{ icon.version }}</td>
</tr>
-
+ {% if icon.tags.size == 0 %}
{% assign i = i | plus: 1 %}
{% endif %}
{% endfor %}