aboutsummaryrefslogtreecommitdiff
path: root/src/tags.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/tags.json')
-rw-r--r--src/tags.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tags.json b/src/tags.json
index cab4e929..3b2d3fef 100644
--- a/src/tags.json
+++ b/src/tags.json
@@ -4,6 +4,7 @@
{% 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 %}],
- "version": "{{ icon.version }}"
+ "version": "{{ icon.version }}",
+ "unicode": "{{ icon.unicode }}"
}{% unless forloop.last %}, {% endunless %}{% endfor %}
}