Favicon stuff. Fix #211.
This commit is contained in:
parent
7a526156c9
commit
adc0b71b97
|
@ -24,11 +24,12 @@
|
||||||
{% bootstrap_javascript jquery=1 %}
|
{% bootstrap_javascript jquery=1 %}
|
||||||
|
|
||||||
<!-- favicon.ico stuff -->
|
<!-- favicon.ico stuff -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
<link rel="shortcut icon" type="image/png" href="{% static 'img/favicon/favicon.ico' %}" sizes="16x16">
|
||||||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
|
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'img/favicon/apple-touch-icon.png' %}">
|
||||||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
|
<link rel="icon" type="image/png" href="{% static 'img/favicon/favicon-32x32.png' %}" sizes="32x32">
|
||||||
<link rel="manifest" href="/manifest.json">
|
<link rel="icon" type="image/png" href="{% static 'img/favicon/favicon-16x16.png' %}" sizes="16x16">
|
||||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
<link rel="manifest" href="{% static 'img/favicon/manifest.json' %}">
|
||||||
|
<link rel="mask-icon" href="{% static 'img/favicon/safari-pinned-tab.svg' %}" color="#5bbad5">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
|
|
Loading…
Reference in a new issue