From 4799d0453b7082892cc5a8df60a80c48857983b3 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Sun, 29 Dec 2019 18:37:03 +1030 Subject: [PATCH] Fix display of multiple images --- views/themes/Cloth/product.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/themes/Cloth/product.hbs b/views/themes/Cloth/product.hbs index 2d21a77..990ba9b 100644 --- a/views/themes/Cloth/product.hbs +++ b/views/themes/Cloth/product.hbs @@ -14,11 +14,13 @@ {{/if}} {{#ifCond @root.images.length '>' 1}} +
{{#each @root.images}} -
+
{{/each}} +
{{/ifCond}}