mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
Merge pull request #386 from cesarblancg/develop
Solving Apple web app issue
This commit is contained in:
@@ -15,7 +15,12 @@
|
|||||||
<link rel="shortcut icon" href="{% static 'favicon.png' %}">
|
<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="32x32">
|
||||||
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" sizes="96x96">
|
<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="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' %}">
|
<link rel="manifest" href="{% static 'manifest/webmanifest' %}">
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||||
|
|||||||
Reference in New Issue
Block a user