mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 07:20:17 +02:00
[ADD] Directive for default favicon
This commit is contained in:
parent
6f4dffe930
commit
b04c8873d0
BIN
allianceauth/static/allianceauth/icons/favicon.png
Executable file
BIN
allianceauth/static/allianceauth/icons/favicon.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 868 B |
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user