{% extends "!layout.html" %}
{%- block extrahead %}
{# No super() because we want to avoid loading an empty custom.css file #}
{# #}
{% if pagename == 'index' %}
{% elif pagename == '404' %}
{# No canonical on our 404 template. #}
{% else %}
{% endif %}
{# Alabaster theme native GA integration is outdated (ga.js). #}
{# Insert our own GA snippet instead. #}
{% endblock %}