{%- comment -%} You have to change the logo asset on line 32 & 33. {%- endcomment -%} {%- if template contains 'product' -%} {%- for image in product.images limit:3 -%} {%- endfor -%} {%- elsif template contains 'article' -%} {%- assign img_tag = '<' | append: 'img' -%} {%- if article.content contains img_tag -%} {%- assign src = article.content | split: 'src="' -%} {%- assign src = src[1] | split: '"' | first | remove: 'https:' | remove: 'http:' -%} {%- if src -%} {%- endif -%} {%- endif -%} {%- else -%} {%- endif -%} {%- if page_description and template != 'product' -%} {%- endif -%}