aboutsummaryrefslogtreecommitdiff
path: root/src/tags.html
diff options
context:
space:
mode:
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>