1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 09:32:04 +02:00

Merge pull request #226 from WinterSilence/patch-1

This commit is contained in:
Paweł Kuna
2022-04-11 21:26:13 +02:00
committed by GitHub

View File

@@ -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 %}
}