diff options
author | codecalm <codecalm@gmail.com> | 2020-04-19 15:57:27 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-19 15:57:27 +0200 |
commit | de70565fdfb2ec1d93eb12f3b326642f4f571778 (patch) | |
tree | e21802554528cd28846b9d8f5cf536c8a1becbb8 /src | |
parent | tags (diff) | |
download | tabler-icons-de70565fdfb2ec1d93eb12f3b326642f4f571778.tar.xz |
tags.json file
Diffstat (limited to 'src')
-rw-r--r-- | src/tags.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tags.json b/src/tags.json new file mode 100644 index 00000000..a009a1f7 --- /dev/null +++ b/src/tags.json @@ -0,0 +1,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 %} +} |