aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9e07507..a65192a 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>