瀏覽代碼

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 查看文件

Before After
Width: 16  |  Height: 16  |  Size: 1.0KB

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

Before After
Width: 32  |  Height: 32  |  Size: 1.9KB

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

Before After
Width: 64  |  Height: 64  |  Size: 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 %}


Loading…
取消
儲存