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 3fbfc7ad..3e698f20 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": ["{{ tags | join: '", "' }}"],
- "version": "{{ icon.version }}"
+ "version": "{{ icon.version }}",
+ "unicode": "{{ icon.unicode }}"
}{% unless forloop.last %}, {% endunless %}{% endfor %}
}