diff --git a/layout/theme.liquid b/layout/theme.liquid index cedf348..49dac33 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -353,6 +353,8 @@ body { + {% render 'shx-product-desc' + , content_type: 'init' %} diff --git a/snippets/shx-product-desc.liquid b/snippets/shx-product-desc.liquid new file mode 100644 index 0000000..2a4704b --- /dev/null +++ b/snippets/shx-product-desc.liquid @@ -0,0 +1,24 @@ +{% assign content_type = content_type | default: 'awdawd' %} + +{% if content_type == 'init' %} + + + + +{% endif %} \ No newline at end of file