mirror of
https://github.com/pretix/pretix.git
synced 2026-05-13 16:33:59 +00:00
Remove webmanifest from presale
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="{% static "pretixbase/img/icons/android-chrome-192x192.png" %}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{% static "pretixbase/img/icons/apple-touch-icon.png" %}">
|
||||
{% endif %}
|
||||
<link rel="manifest" href="{% url "presale:site.webmanifest" %}">
|
||||
<meta name="msapplication-TileColor" content="{{ settings.primary_color|default:"#3b1c4a" }}">
|
||||
<meta name="msapplication-config" content="{% url "presale:browserconfig.xml" %}">
|
||||
<meta name="theme-color" content="{{ settings.primary_color|default:"#3b1c4a" }}">
|
||||
|
||||
Reference in New Issue
Block a user