Fix formatting of favicon links in HTML template
This commit is contained in:
parent
e4168b474d
commit
8c2e62e8de
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
{% load static %}
|
||||
<meta name="theme-color" content="#aa40bf">
|
||||
<link rel="icon" type="image/png" href="{% static "favicon/favicon-96x96.png" %}" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="{% static "favicon/favicon.svg" %}" />
|
||||
<link rel="shortcut icon" href="{% static "favicon/favicon.ico" %}" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{% static "favicon/apple-touch-icon.png" %}" />
|
||||
<meta name="apple-mobile-web-app-title" content="Musik" />
|
||||
<link rel="manifest" href="{% static "favicon/site.webmanifest" %}" />
|
||||
<link rel="icon" type="image/png" href="{% static "favicon/favicon-96x96.png" %}" sizes="96x96">
|
||||
<link rel="icon" type="image/svg+xml" href="{% static "favicon/favicon.svg" %}">
|
||||
<link rel="shortcut icon" href="{% static "favicon/favicon.ico" %}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{% static "favicon/apple-touch-icon.png" %}">
|
||||
<meta name="apple-mobile-web-app-title" content="Musik">
|
||||
<link rel="manifest" href="{% static "favicon/site.webmanifest" %}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue