mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 06:50:15 +02:00
Add favicons and logo
This commit is contained in:
parent
47b5b286d8
commit
7fa45fa471
@ -6,6 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
{% include 'allianceauth/icons.html' %}
|
||||
|
||||
<title>{% block title %}{{ SITE_NAME }}{% endblock %}</title>
|
||||
|
||||
|
BIN
allianceauth/static/icons/allianceauth.png
Executable file
BIN
allianceauth/static/icons/allianceauth.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
allianceauth/static/icons/apple-touch-icon.png
Executable file
BIN
allianceauth/static/icons/apple-touch-icon.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
allianceauth/static/icons/favicon-16x16.png
Executable file
BIN
allianceauth/static/icons/favicon-16x16.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 483 B |
BIN
allianceauth/static/icons/favicon-32x32.png
Executable file
BIN
allianceauth/static/icons/favicon-32x32.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 868 B |
BIN
allianceauth/static/icons/favicon-96x96.png
Executable file
BIN
allianceauth/static/icons/favicon-96x96.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
@ -9,6 +9,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
{% include 'allianceauth/icons.html' %}
|
||||
|
||||
<title>{% block title %}{% block page_title %}{% endblock page_title %} - Alliance Auth{% endblock title %}</title>
|
||||
|
||||
|
5
allianceauth/templates/allianceauth/icons.html
Normal file
5
allianceauth/templates/allianceauth/icons.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% load static %}
|
||||
<link rel="icon" type="image/png" href="{% static 'icons/favicon-16x16.png' %}" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="{% static 'icons/favicon-32x32.png' %}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{% static 'icons/favicon-96x96.png' %}" sizes="96x96">
|
||||
<link rel="apple-touch-icon" href="{% static 'icons/apple-touch-icon.png' %}">
|
@ -1,4 +1,5 @@
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
{% load navactive %}
|
||||
<nav class="navbar navbar-default navbar-static-top auth-navbar-top" role="navigation">
|
||||
<div class="container-fluid">
|
||||
@ -10,6 +11,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand">
|
||||
<img src="{% static 'icons/favicon-32x32.png' %}" style="display: inline-block;" height="32" width="32"/>
|
||||
{{ SITE_NAME }}
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user