{%- comment -%}
You have to change the Twitter handle line 6.
You have to change the logo asset on line 35. It must be a square picture.
{%- endcomment -%}
{% if template contains 'product' %}
{% if product.vendor == blank %}
{% else %}
{% endif %}
{% 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 %}