aboutsummaryrefslogtreecommitdiff
path: root/src/tags.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-04 23:57:38 +0200
committercodecalm <codecalm@gmail.com>2022-04-04 23:57:38 +0200
commit5cc7b51bf711f674f8d58caf7708e3df3017ffb8 (patch)
treef9c557f8b74817a4d62f60e1ebaea638896f229f /src/tags.html
parentfix #221 - rename `barell` to `barrel` (diff)
downloadtabler-icons-5cc7b51bf711f674f8d58caf7708e3df3017ffb8.tar.xz
18 new icons: `a-b-off`, `accessible-off`, `adjustments-off`, `alarm-off`, `antenna-bars-off`, `api-app-off`, `apps-off`, `archive-off`, `artboard-off`, `aspect-ratio-off`, `at-off`, `ballpen-off`, `barbell-off`, `barcode-off`, `barrier-block-off`, `basket-off`, `beach-off`, `bike-off`
Fixed icons: `barrel`
Diffstat (limited to 'src/tags.html')
-rw-r--r--src/tags.html25
1 files changed, 0 insertions, 25 deletions
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
----
-
-<div class="container">
- <div class="box">
- {% assign i = 0 %}
- <table class="table mb">
- {% for icon in site.icons %}
- <tr>
- <td class="td-1">{% include_cached icon.html name=icon.slug %}</td>
- <th>{{ icon.slug }}</th>
- <td>{{ icon.tags | join: ', ' }}</td>
- <td>{{ icon.category }}</td>
- <td>{{ icon.version }}</td>
- </tr>
- {% if icon.tags.size == 0 %}
- {% assign i = i | plus: 1 %}
- {% endif %}
- {% endfor %}
- </table>
-
- <p>Untagged: {{ i }}</p>
- </div>
-</div>