2017-08-26 13:49:54 +02:00
|
|
|
{% extends "!layout.html" %}
|
|
|
|
{% block extrahead %}
|
2018-03-24 21:46:21 +01:00
|
|
|
{{ super() }}
|
2018-03-13 15:11:36 +01:00
|
|
|
<meta name="google-site-verification" content="FNUsDdkOJM9obm9QEdrNBVd9AtAzHzA-aaSMCUrS6C8" />
|
2017-08-26 13:49:54 +02:00
|
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
2018-03-24 11:32:53 +01:00
|
|
|
{% if READTHEDOCS %}
|
|
|
|
<meta http-equiv="refresh" content="0; URL=https://instaloader.github.io/{{ pagename }}.html" />
|
2018-03-24 12:37:24 +01:00
|
|
|
<meta name="robots" content="noindex" />
|
2018-03-24 11:32:53 +01:00
|
|
|
{% endif %}
|
2018-03-24 21:46:21 +01:00
|
|
|
<style type="text/css">
|
|
|
|
div.document { width: 1008px; }
|
|
|
|
@media screen and (max-width: 1008px) {
|
|
|
|
div.sphinxsidebar { display: none; }
|
|
|
|
div.document { width: 100%!important; }
|
|
|
|
}
|
|
|
|
</style>
|
2017-08-26 13:49:54 +02:00
|
|
|
{% endblock %}
|