{% 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 }} {% unless page.layout == "home" %}{{ page.title | append: " | "}}{% endunless %}{{ site.title }} {% include elements/favicons.html %} {% if site.resources.ignore_env != jekyll.environment and site.resources.self_hosted %} {% else %} {% for cdn in site.data.assets[origin].cdns %} {% endfor %} {% endif %} {% if jekyll.environment == 'production' and site.google_analytics != empty %} {% include extensions/google-analytics.html %} {% endif %} {% if site.toc and page.toc %} {% endif %} {% if page.layout == 'page' or page.layout == 'post' %} {% endif %} {% unless site.theme_mode %} {% include extensions/theme-mode.html %} {% endunless %}