{# OpenGraph meta tags #} {% set ogTitle = title | default(site.name) %} {% set ogDesc = description | default(content | ogDescription(200)) | default(site.description) %} {% set contentImage = content | extractFirstImage %} {% if photo %} {% elif image %} {% elif contentImage %} {% else %} {% endif %} {# Twitter Card meta tags #} {% set hasImage = photo or image or contentImage %} {% if photo %} {% elif image %} {% elif contentImage %} {% endif %} {# IndieAuth rel="me" links for identity verification #} {% for social in site.social %} {% endfor %}