diff --git a/_layouts/categories.html b/_layouts/categories.html index f5448a2934c8..ec9a6980762e 100644 --- a/_layouts/categories.html +++ b/_layouts/categories.html @@ -29,7 +29,7 @@ {% for i in (1..categories_max) reversed %} {% for category in site.categories %} {% if category[1].size == i %} -
+

{{ category[0] }}

{% for post in category.last %}