{# Basic metadata #} {# Schema #} {# Title #} {{ site.title }} | {{ page.title }} {# Description #} {% if page.meta_description is not empty %} {% elseif site.homePage.meta_description is not empty %} {% endif %} {# Canonical URL #} {# Author #} {# Date #} {# Image #} {% if page.meta_image is not empty %} {% elseif site.homePage.meta_image is not empty %} {% endif %} {% if page.template != 'error' %} {# Open Graph #} {% if page.meta_description is not empty %} {% elseif site.homePage.meta_description is not empty %} {% endif %} {% if page.meta_image is not empty %} {% elseif site.homePage.meta_image is not empty %} {% endif %} {# Twitter Card #} {% if page.meta_description is not empty %} {% elseif site.homePage.meta_description is not empty %} {% endif %} {% if page.meta_image is not empty %} {% elseif site.homePage.meta_image is not empty %} {% endif %} {% endif %}