
It seems to be better supported than Alabaster and is easier to be configured to look good on both a phone and a desktop.
12 lines
459 B
HTML
12 lines
459 B
HTML
{% extends "!layout.html" %}
|
|
{% block extrahead %}
|
|
{{ super() }}
|
|
<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>
|
|
{% endblock %}
|