doc: meta tag to redirect to new documentation URL
This commit is contained in:
3
docs/_templates/layout.html
vendored
3
docs/_templates/layout.html
vendored
@@ -2,4 +2,7 @@
|
||||
{% block extrahead %}
|
||||
<meta name="google-site-verification" content="FNUsDdkOJM9obm9QEdrNBVd9AtAzHzA-aaSMCUrS6C8" />
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
{% if READTHEDOCS %}
|
||||
<meta http-equiv="refresh" content="0; URL=https://instaloader.github.io/{{ pagename }}.html" />
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user