{% extends "base.html" %}
{# Social-share preview (Open Graph + Twitter) so links to the docs render the Foveance card. #}
{% block extrahead %}
{{ super() }}
{% set card = "https://raw.githubusercontent.com/aimaghsoodi/foveance/main/assets/social-card.png" %}
{% endblock %}