{% extends "base.html" %}
{% block extrahead %}
{# Include web app manifest #}
{# Include releases and commits feeds #}
{% if page and page.is_homepage %}
{# Prececonnect to the shields.io website for badges #}
{# Set custom social title for the homepage #}
{% endif %}
{% if page and page.meta and page.meta.schema %}
{# Support including JSON-LD schema #}
{% endif %}
{% if config.extra.analytics.enabled %}
{# Store configuration for page view analytics #}
{% endif %}
{% endblock %}