{% include components/http2.html %}
{% if page.meta_title %} {{page.meta_title}} | {{site.title}} {% elsif page.title %} {{page.title}} | {{site.title}} {% else %} {{site.title}} {% endif %}
{% include components/css.html %} {% if page.description %} {% assign description = page.description %} {% else %} {% assign description = site.description %} {% endif %} {% if page.title %} {% assign title = page.title %} {% else %} {% assign title = site.title %} {% endif %} {% if page.image %} {% assign image = page.image | absolute_url %} {% else %} {% assign image = site.social_media_share_image | absolute_url %} {% endif %}
{% if site.twitter_username %}
{% endif %} {% if site.google_analytics.enabled %}
{% endif %} {% if page.tags %}
{% elsif page.keywords %}
{% endif %} {% include_cached components/schema.html %} {% if page.url != "/" and site.breadcrumb_schema %} {% capture breadcrumb_schema %}{"@context": "http://schema.org","@type": "Webpage", "breadcrumb": {"@context": "https://schema.org","@type": "BreadcrumbList","itemListElement":[{% assign crumbs = page.url | remove:'/index.html' | split: '/' %}{% assign breadcrumb_path = "/" %}{% for crumb in crumbs offset: 1 %}{% assign crumb_limit = forloop.index | plus: 1 %}{% capture breadcrumb_path %}{{breadcrumb_path}}{{crumb}}/{% endcapture%}{"@type": "ListItem","position": {{forloop.index}},"item":{"@id": "{{breadcrumb_path | absolute_url}}","name": "{% assign page_data = site.pages | where: "url", breadcrumb_path | first %}{% if page_data.title %}{{page_data.title}}{% else %}{{breadcrumb_path}}{% endif %}"}}{% unless forloop.last %},{% endunless %}{% endfor %}]}}{% endcapture %} {% endif %} {% if page.schema %}{% endif %}