mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-29 16:50:15 +02:00
Optimize src/tags.json
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{ {% for icon in site.icons %}
|
||||
{% 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 %}],
|
||||
"tags": ["{{ tags | join: '", "' }}"],
|
||||
"version": "{{ icon.version }}"
|
||||
}{% unless forloop.last %}, {% endunless %}{% endfor %}
|
||||
}
|
||||
|
Reference in New Issue
Block a user