diff --git a/_layouts/category.html b/_layouts/category.html index c0ae53b..0554009 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -33,18 +33,18 @@

Brand: {{ item.brand }} | SKU: {{ item.sku }} | Last updated: {{ item.last-updated }}

-
+
    {% assign tags = item.tags %} {% for item in tags %} -
  • +
  • {{ item }}
  • {% endfor %}
-
- +
+