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