From 24ec485da317d1b2ccb9c7d3eb93f76c1c324d92 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Mon, 17 Jun 2024 23:36:13 +0200 Subject: [PATCH] test --- layout/theme.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/theme.liquid b/layout/theme.liquid index f74f0d4..6925356 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -331,7 +331,7 @@ template: "{{ template }}", productTitle: "{{ product.title }}", productHandle: "{{ product.handle }}" - tags: {{ product.tags | json }} + tags: {{ product.tags | json }}.join(", ") // Add more properties as needed };