aboutsummaryrefslogtreecommitdiff
path: root/src/tags.json
blob: a009a1f7b013c4664b8f3fb8236f808383db3967 (plain)
1
2
3
4
5
---
---
{ {% for icon in site.icons %}
{% assign slug-tags = icon.slug | split: '-' %}{% assign tags = slug-tags | concat: icon.tags %}  "{{ icon.slug }}": [{% for tag in tags %}"{{ tag }}"{% unless forloop.last %}, {% endunless %}{% endfor %}]{% unless forloop.last %}, {% endunless %}{% endfor %}
}