diff --git a/taccsite_cms/templates/djangocms_blog/includes/blog_meta.html b/taccsite_cms/templates/djangocms_blog/includes/blog_meta.html index 042adcfb2..006b03c72 100644 --- a/taccsite_cms/templates/djangocms_blog/includes/blog_meta.html +++ b/taccsite_cms/templates/djangocms_blog/includes/blog_meta.html @@ -29,7 +29,7 @@ {% if post.categories.exists %} {% for category in post.categories.all %} {% if category.slug %} -
  • {{ category.name }}{% if not forloop.last %}, {% endif %}
  • +
  • {{ category.name }}{% if not forloop.last %}, {% endif %}
  • {% endif %} {% endfor %} {% endif %} @@ -37,7 +37,7 @@