fix favicon

This commit is contained in:
erichhasl
2017-11-19 00:11:21 +01:00
parent f0930c222a
commit 75903f8ed6
4 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
<html>
<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>
{% if appname == "startpage" %}Startseite - {% endif %}
{% if appname == "datenbank" %}Datenbank - {% endif %}