{%- if "sphinxext.opengraph" not in _sphinx_extensions -%}
{%- if pageurl %}
{% endif -%}
{%- if meta and meta.cover -%}
{%- elif meta and meta.image -%}
{%- elif theme_og_image_url %}
{%- elif logo_url and logo_url.startswith('https://') %}
{%- endif %}
{%- if meta and meta.description %}
{%- endif %}
{%- if meta and meta.cover -%}
{%- else %}
{%- endif -%}
{%- elif metatags -%}
{{ metatags }}
{%- endif -%}
{%- if theme_twitter_creator %}
{%- endif %}
{%- if theme_twitter_site %}
{%- endif %}