Disable search engine indexing on old doc hoster

This commit is contained in:
Alexander Graf
2018-03-24 12:37:24 +01:00
committed by GitHub
parent 4a944fbbdb
commit 36110c8727

View File

@@ -4,5 +4,6 @@
<script async defer src="https://buttons.github.io/buttons.js"></script> <script async defer src="https://buttons.github.io/buttons.js"></script>
{% if READTHEDOCS %} {% if READTHEDOCS %}
<meta http-equiv="refresh" content="0; URL=https://instaloader.github.io/{{ pagename }}.html" /> <meta http-equiv="refresh" content="0; URL=https://instaloader.github.io/{{ pagename }}.html" />
<meta name="robots" content="noindex" />
{% endif %} {% endif %}
{% endblock %} {% endblock %}