aboutsummaryrefslogtreecommitdiff
path: root/src/tags.json
blob: cab4e929f012daa21a91808d645a4810f75c5d7a (plain)
1
2
3
4
5
6
7
8
9
---
---
{ {% 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 %}],
    "version": "{{ icon.version }}"
  }{% unless forloop.last %}, {% endunless %}{% endfor %}
}