aboutsummaryrefslogtreecommitdiffstats
path: root/gum/templates
diff options
context:
space:
mode:
Diffstat (limited to 'gum/templates')
-rw-r--r--gum/templates/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gum/templates/sidebar.html b/gum/templates/sidebar.html
index a60477f..1fbf724 100644
--- a/gum/templates/sidebar.html
+++ b/gum/templates/sidebar.html
@@ -29,8 +29,8 @@
{% endif %}
+{% if tag_cloud %}
<h4>Tags</h4>
-{% if tags %}
<ul class="blank">
{% for tag in tag_cloud %}
<li class="tag-{{ tag.1 }}"><a href="{{ SITEURL }}/{{ tag.0.url }}">{{ tag.0|e }}</a></li>