浏览代码

fix favicon

master
erichhasl 8 年前
父节点
当前提交
75903f8ed6
共有 4 个文件被更改,包括 3 次插入1 次删除
  1. 二进制
      web_dev/sas_web/static/public/images/favicon-16x16.png
  2. 二进制
      web_dev/sas_web/static/public/images/favicon-32x32.png
  3. 二进制
      web_dev/sas_web/static/public/images/favicon-64x64.png
  4. +3
    -1
      web_dev/sas_web/templates/public/base.html

二进制
web_dev/sas_web/static/public/images/favicon-16x16.png 查看文件

之前 之后
宽度: 16  |  高度: 16  |  大小: 1.0KB

二进制
web_dev/sas_web/static/public/images/favicon-32x32.png 查看文件

之前 之后
宽度: 32  |  高度: 32  |  大小: 1.9KB

二进制
web_dev/sas_web/static/public/images/favicon-64x64.png 查看文件

之前 之后
宽度: 64  |  高度: 64  |  大小: 3.9KB

+ 3
- 1
web_dev/sas_web/templates/public/base.html 查看文件

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


正在加载...
取消
保存