{%- capture seo_tags -%} {% seo title=false %} {%- endcapture -%} {% if page.image %} {% assign src = page.image.path | default: page.image %} {% unless src contains '://' %} {%- capture img_url -%} {% include img-url.html src=src img_path=page.img_path %} {%- endcapture -%} {%- capture old_url -%}{{ src | absolute_url }}{%- endcapture -%} {%- capture new_url -%}{{ img_url }}{%- endcapture -%} {% assign seo_tags = seo_tags | replace: old_url, new_url %} {% endunless %} {% elsif site.social_preview_image %} {%- capture img_url -%} {% include img-url.html src=site.social_preview_image %} {%- endcapture -%} {%- capture og_image -%} {%- endcapture -%} {% assign old_meta_clip = ' {%- unless page.layout == 'home' -%} {{ page.title | append: ' | ' }} {%- endunless -%} {{ site.title }} {% include_cached favicons.html %} {% if site.resources.ignore_env != jekyll.environment and site.resources.self_hosted %} {% else %} {% for cdn in site.data.origin[type].cdns %} {% endfor %} {% endif %} {% if jekyll.environment == 'production' and site.google_analytics.id != empty and site.google_analytics.id %} {% endif %} {% if site.toc and page.toc %} {% endif %} {% if page.layout == 'post' or page.layout == 'page' or page.layout == 'home' %} {% endif %} {% if page.layout == 'page' or page.layout == 'post' %} {% endif %} {% unless site.theme_mode %} {% include mode-toggle.html %} {% endunless %} {% include metadata-hook.html %}