diff --git a/templates/categories/single.html b/templates/categories/single.html index a137318..0a943e4 100644 --- a/templates/categories/single.html +++ b/templates/categories/single.html @@ -74,13 +74,11 @@

Categories: {% for category in page.taxonomies.categories %} - - - - - - {{category}} - + + + + + {{category}} {% endfor %}

@@ -91,13 +89,11 @@

Tags: {% for tag in page.taxonomies.tags %} - - - - - - {{tag}} - + + + + + {{tag}} {% endfor %}