2017-08-26 14:49:54 +03:00
|
|
|
{% extends "!layout.html" %}
|
|
|
|
{% block extrahead %}
|
2018-03-24 23:46:21 +03:00
|
|
|
{{ super() }}
|
2018-03-28 20:39:58 +03:00
|
|
|
<meta name="google-site-verification" content="FNUsDdkOJM9obm9QEdrNBVd9AtAzHzA-aaSMCUrS6C8" />
|
|
|
|
{% if pagename == "index" %}
|
|
|
|
<link rel="canonical" href="https://instaloader.github.io/" />
|
|
|
|
{% else %}
|
|
|
|
<link rel="canonical" href="https://instaloader.github.io/{{ pagename }}.html" />
|
|
|
|
{% endif %}
|
|
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
2017-08-26 14:49:54 +03:00
|
|
|
{% endblock %}
|