{#-
SPDX-License-Identifier: MIT
-#}
{% extends "base.html" %}
{% block extrahead %}
{% endblock %}
{% block announce %}
{% if config.extra.deployment == "staging" %}
You're previewig the staging build of @ajhalili2006's website on RTD Community. Go back to production
{% else %}
For updates follow @ajhalili2006 on
{% include ".icons/fontawesome/brands/mastodon.svg" %}
the tildeverse
and
{% include ".icons/simple/substack.svg" %}
Substack
{% endif %}
{% endblock %}