diff --git a/snipts/templates/snipts/snipt-list.html b/snipts/templates/snipts/snipt-list.html index ff23a49..fdc00ad 100644 --- a/snipts/templates/snipts/snipt-list.html +++ b/snipts/templates/snipts/snipt-list.html @@ -47,20 +47,22 @@ {% endif %} -
-

{{ snipt.tags.all|length }} tag{{ snipt.tags.all|pluralize }}

- -
+ {% if snipt.tags.all %} +
+

{{ snipt.tags.all|length }} tag{{ snipt.tags.all|pluralize }}

+ +
+ {% endif %}