From b797af77dc89c744ed72ef3d9c30efd07d8c1511 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 27 Sep 2019 15:40:56 +0100 Subject: [PATCH] keywords as badges --- templates/item.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/item.html b/templates/item.html index e5d87f6..bc06485 100644 --- a/templates/item.html +++ b/templates/item.html @@ -74,11 +74,9 @@ {% endif %} {% if catalog.keywords %}
keywords - + {% for keyword in catalog.keywords %} + {{ keyword }} + {% endfor %}
{% endif %}