aboutsummaryrefslogtreecommitdiff
path: root/src/tags.json
blob: 3fbfc7ad7d5d1df5d79a5c228807b63027b2ea8c (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": ["{{ tags | join: '", "' }}"],
    "version": "{{ icon.version }}"
  }{% unless forloop.last %}, {% endunless %}{% endfor %}
}