mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-12 01:56:25 +01:00
[ADD] Directive for default favicon
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{% load static %}
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="{% static 'allianceauth/icons/favicon.png' %}">
|
||||
<link rel="icon" type="image/png" href="{% static 'allianceauth/icons/favicon-16x16.png' %}" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="{% static 'allianceauth/icons/favicon-32x32.png' %}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{% static 'allianceauth/icons/favicon-96x96.png' %}" sizes="96x96">
|
||||
|
||||
Reference in New Issue
Block a user