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