aboutsummaryrefslogtreecommitdiff
path: root/src/editor.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.html')
-rw-r--r--src/editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.html b/src/editor.html
index faacf8d9..1cc1cc5a 100644
--- a/src/editor.html
+++ b/src/editor.html
@@ -105,7 +105,7 @@ layout: default
{% for category in icons %}
{% if category.name %}
- <h3 class="category-subtitle">{{ category.name }}</h3>
+ <h3 class="category-subtitle">{% if category.name != "" %}{{ category.name }}{% else %}Uncategorized{% endif %} <span class="text-muted">({{ category.items | size }})</span></h3>
{% endif %}
<div class="icons-list">