aboutsummaryrefslogtreecommitdiff
path: root/src/tags.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-19 16:00:49 +0200
committercodecalm <codecalm@gmail.com>2020-04-19 16:00:49 +0200
commitf399765c02ff98e16de3f678ea5503f3a03ded7f (patch)
treeb73f5028928d9a0cfd70bba6f4da1befa159ae1c /src/tags.json
parentRelease 1.5.0 (diff)
parenttags.json file (diff)
downloadtabler-icons-f399765c02ff98e16de3f678ea5503f3a03ded7f.tar.xz
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons
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 %}
+}