From 29bd93ad7ef6c3c86b2c223eadad2a3f4b2ec7c5 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Mon, 17 Jun 2024 23:31:26 +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..e2a69b8 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 }} + {% comment %} tags: {{ product.tags | json }} {% endcomment %} // Add more properties as needed };