aboutsummaryrefslogtreecommitdiff
path: root/src/tags.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-19 15:57:27 +0200
committercodecalm <codecalm@gmail.com>2020-04-19 15:57:27 +0200
commitde70565fdfb2ec1d93eb12f3b326642f4f571778 (patch)
treee21802554528cd28846b9d8f5cf536c8a1becbb8 /src/tags.json
parenttags (diff)
downloadtabler-icons-de70565fdfb2ec1d93eb12f3b326642f4f571778.tar.xz
tags.json file
Diffstat (limited to 'src/tags.json')
-rw-r--r--src/tags.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tags.json b/src/tags.json
new file mode 100644
index 0000000..a009a1f
--- /dev/null
+++ b/src/tags.json
@@ -0,0 +1,5 @@
+---
+---
+{ {% for icon in site.icons %}
+{% assign slug-tags = icon.slug | split: '-' %}{% assign tags = slug-tags | concat: icon.tags %} "{{ icon.slug }}": [{% for tag in tags %}"{{ tag }}"{% unless forloop.last %}, {% endunless %}{% endfor %}]{% unless forloop.last %}, {% endunless %}{% endfor %}
+}