Fix formatting of favicon links in HTML template

This commit is contained in:
Edgar P. Burkhart 2025-06-17 00:03:44 +02:00
parent e4168b474d
commit 8c2e62e8de
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -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" %}">