aboutsummaryrefslogtreecommitdiff
path: root/src/tags.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-27 01:27:04 +0200
committercodecalm <codecalm@gmail.com>2020-09-27 01:27:04 +0200
commit3ee5a83bf0f802c1816f2b94fdb174278b484018 (patch)
treeecfeebda1b590aa016dcd0ec637d1e28e852fc62 /src/tags.json
parentRelease 1.28.0 (diff)
downloadtabler-icons-3ee5a83bf0f802c1816f2b94fdb174278b484018.tar.xz
Update icons version
Diffstat (limited to 'src/tags.json')
-rw-r--r--src/tags.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tags.json b/src/tags.json
index a009a1f..cab4e92 100644
--- a/src/tags.json
+++ b/src/tags.json
@@ -1,5 +1,9 @@
---
---
{ {% 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 %}
+{% assign slug-tags = icon.slug | split: '-' %}{% assign tags = slug-tags | concat: icon.tags %} "{{ icon.slug }}": {
+ "category": "{{ icon.category }}",
+ "tags": [{% for tag in tags %}"{{ tag }}"{% unless forloop.last %}, {% endunless %}{% endfor %}],
+ "version": "{{ icon.version }}"
+ }{% unless forloop.last %}, {% endunless %}{% endfor %}
}