2022-08-12 09:21:28 -04:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
|
|
{% block site_meta %}
|
|
|
|
|
{{ super() }}
|
2022-09-28 09:30:38 -04:00
|
|
|
{# Disable search indexing unless we're building for ReadTheDocs (see #10496) #}
|
|
|
|
|
{% if page.canonical_url != 'https://docs.netbox.dev/' %}
|
2022-08-12 09:21:28 -04:00
|
|
|
<meta name="robots" content="noindex">
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endblock %}
|