add favicon and title

This commit is contained in:
erichhasl
2017-11-18 23:42:40 +01:00
parent 7f6f346853
commit fe00a9fe05
2 changed files with 8 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -1,6 +1,14 @@
{% load static %}
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="{% static "public/images/favicon.ico" %}">
<title>
{% if appname == "startpage" %}Startseite - {% endif %}
{% if appname == "datenbank" %}Datenbank - {% endif %}
{% if appname == "meingoethopia" %}Mein Goethopia - {% endif %}
Goethopische Agentur für politische Bildung</title>
</head>
<body>
{% include "public/header.html" %}