{% with social_title=page.seo_title|default:page.title social_description=page.search_description|default:page.title %}
{% if twitter_card %}
{% elif social_cover_image_url %}
{% else %}
{% endif %}
{% if social_cover_image_url %}
{% if cover_alt_text %}{% endif %}
{% endif %}
{% if blog.title %}{% endif %}
{% if social_cover_image_url %}
{% if cover_alt_text %}{% endif %}
{% endif %}
{% with published_time=page.first_published_at|default:page.visible_date modified_time=page.last_published_at|default:page.visible_date %}
{% if published_time %}{% endif %}
{% if modified_time %}{% endif %}
{% endwith %}
{% endwith %}