diff options
Diffstat (limited to 'gum/templates/sidebar.html')
-rw-r--r-- | gum/templates/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gum/templates/sidebar.html b/gum/templates/sidebar.html index a60477f..9e07507 100644 --- a/gum/templates/sidebar.html +++ b/gum/templates/sidebar.html @@ -19,8 +19,8 @@ {% endif %} </ul> +{% if categories and categories|length > 1 %} <h4>Categories</h4> -{% if categories %} <ul class="blank"> {% for cat, null in categories %} <li><a href="{{ SITEURL }}/{{ cat.url|e }}">{{ cat }}</a></li> |