aboutsummaryrefslogtreecommitdiff
path: root/src/tags.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-16 14:09:10 +0200
committercodecalm <codecalm@gmail.com>2022-04-16 14:09:10 +0200
commitfafb43210eaf29621b147caf1822e60acb444089 (patch)
treeb7dfef97c70aa7ed67bd89147641491d9f1c20eb /src/tags.json
parentadd unicode to icons (diff)
parentRelease 1.64.0 (diff)
downloadtabler-icons-fafb43210eaf29621b147caf1822e60acb444089.tar.xz
Merge branch 'master' of https://github.com/tabler/tabler-icons into v2.0
 Conflicts:  .gitignore  package.json  src/_icons/cell-signal-1.svg  src/_icons/cell-signal-2.svg  src/_icons/cell-signal-3.svg  src/_icons/cell-signal-4.svg  src/_icons/cell-signal-5.svg  src/_icons/cell-signal-off.svg  src/_icons/rainbow.svg  src/tags.json
Diffstat (limited to 'src/tags.json')
-rw-r--r--src/tags.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tags.json b/src/tags.json
index 3b2d3fef..3e698f20 100644
--- a/src/tags.json
+++ b/src/tags.json
@@ -3,7 +3,7 @@
{ {% 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 %}],
+ "tags": ["{{ tags | join: '", "' }}"],
"version": "{{ icon.version }}",
"unicode": "{{ icon.unicode }}"
}{% unless forloop.last %}, {% endunless %}{% endfor %}