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 };