Solving ipad pro issue

This commit is contained in:
cesarblancg
2021-02-03 18:49:48 +01:00
parent 3afd18ccdc
commit e745e4be0c

View File

@@ -15,7 +15,12 @@
<link rel="shortcut icon" href="{% static 'favicon.png' %}">
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" sizes="32x32">
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" sizes="96x96">
<link rel="apple-touch-icon" href="{% static 'favicon.png' %}">
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'favicon.png' %}">
<link rel="apple-touch-icon" sizes="152x152" href="{% static 'favicon.png' %}">
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'favicon.png' %}">
<link rel="apple-touch-icon" sizes="167x167" href="{% static 'favicon.png' %}">
<link rel="manifest" href="{% static 'manifest/webmanifest' %}">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">