add favicon and title
This commit is contained in:
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" %}
|
||||
|
||||
Reference in New Issue
Block a user