1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-11-04 17:32:30 +01:00
instaloader/docs/_templates/layout.html
2018-03-24 12:37:24 +01:00

10 lines
405 B
HTML

{% extends "!layout.html" %}
{% 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" />
<meta name="robots" content="noindex" />
{% endif %}
{% endblock %}