2022-08-12 09:21:28 -04:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
|
|
{% block site_meta %}
|
|
|
|
|
{{ super() }}
|
2024-04-22 09:52:03 -04:00
|
|
|
{# Disable search indexing unless we're building for ReadTheDocs #}
|
|
|
|
|
{% if not config.extra.readthedocs %}
|
2022-08-12 09:21:28 -04:00
|
|
|
<meta name="robots" content="noindex">
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endblock %}
|