浏览代码

add favicon and title

master
erichhasl 8 年前
父节点
当前提交
fe00a9fe05
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 二进制
      web_dev/sas_web/static/public/images/favicon.ico
  2. +8
    -0
      web_dev/sas_web/templates/public/base.html

二进制
web_dev/sas_web/static/public/images/favicon.ico 查看文件

之前 之后

+ 8
- 0
web_dev/sas_web/templates/public/base.html 查看文件

@@ -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" %}


正在加载...
取消
保存