{% comment %} HEAD ELEMENT {% endcomment %}
{% if site.prefer_datetime_locale %} {% endif %} {% capture seo_tags %}{% seo title=false %}{% endcapture %} {% if site.img_cdn and seo_tags contains 'og:image' %} {% assign properties = 'og:image,twitter:image' | split: ',' %} {% for prop in properties %} {% if site.img_cdn contains '//' %} {% capture target %}{% endcapture %} {% capture replacement %}{% endcapture %} {% else %} {% capture target %}{% endcapture %} {% assign replacement = target | append: site.img_cdn %} {% endif %} {% assign seo_tags = seo_tags | replace: target, replacement %} {% endfor %} {% endif %} {{ seo_tags }}