aboutsummaryrefslogtreecommitdiff
path: root/src/tags.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-17 19:12:08 +0100
committercodecalm <codecalm@gmail.com>2020-03-17 19:12:08 +0100
commit9c971939b366741f18068b9b12183e8c85ee2765 (patch)
tree31b2e73f7b19f2bd00224ac4a35e5a4d5e7beb42 /src/tags.html
parentpng icons (diff)
downloadtabler-icons-9c971939b366741f18068b9b12183e8c85ee2765.tar.xz
tags
Diffstat (limited to 'src/tags.html')
-rw-r--r--src/tags.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/tags.html b/src/tags.html
new file mode 100644
index 0000000..2bad71f
--- /dev/null
+++ b/src/tags.html
@@ -0,0 +1,17 @@
+---
+layout: default
+---
+
+<div class="container">
+ <div class="box">
+ <table class="table">
+ {% for icon in site.icons %}
+ <tr>
+ <td class="td-1">{% include icon.html name=icon.slug %}</td>
+ <th>{{ icon.slug }}</th>
+ <td>{{ icon.tags | join: ', ' }}</td>
+ </tr>
+ {% endfor %}
+ </table>
+ </div>
+</div>