{# social/meta_site.html — generic site/page meta #}
{% include 'social/meta_base.html' %}
{# Title/description (site-level) #}
{% set description = site().description or '' %}
{{ base_title }}
{% if description %}{% endif %}
{% if canonical %}{% endif %}
{# Open Graph (website) #}
{% if description %}{% endif %}
{% if canonical %}{% endif %}
{% if site and site().default_image %}{% endif %}
{% if site and site().fb_app_id %}{% endif %}
{# Twitter (website) #}
{% if site and site().twitter_site %}{% endif %}
{% if description %}{% endif %}
{% if site and site().default_image %}{% endif %}