diff --git a/templates/partials/inline-tags.html b/templates/partials/inline-tags.html index fd952c6..80ff5c5 100644 --- a/templates/partials/inline-tags.html +++ b/templates/partials/inline-tags.html @@ -1,3 +1,3 @@ {% set bullet = joiner(" • ") %} -
{% for tag in article.tags %}{{bullet()}} {{tag.name}}{% endfor %}
+
{% for tag in article.tags %}{{bullet()}} {{tag.name}}{% endfor %}