fix favicon
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="{% static "public/images/favicon.ico" %}">
|
<link rel="shortcut icon" type="image/png" href="{% static "public/images/favicon-16x16.png" %}">
|
||||||
|
<link rel="shortcut icon" type="image/png" href="{% static "public/images/favicon-32x32.png" %}">
|
||||||
|
<link rel="shortcut icon" type="image/png" href="{% static "public/images/favicon-64x64.png" %}">
|
||||||
<title>
|
<title>
|
||||||
{% if appname == "startpage" %}Startseite - {% endif %}
|
{% if appname == "startpage" %}Startseite - {% endif %}
|
||||||
{% if appname == "datenbank" %}Datenbank - {% endif %}
|
{% if appname == "datenbank" %}Datenbank - {% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user