소스 검색

fix favicon

master
erichhasl 8 년 전
부모
커밋
75903f8ed6
4개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      web_dev/sas_web/static/public/images/favicon-16x16.png
  2. BIN
      web_dev/sas_web/static/public/images/favicon-32x32.png
  3. BIN
      web_dev/sas_web/static/public/images/favicon-64x64.png
  4. +3
    -1
      web_dev/sas_web/templates/public/base.html

BIN
web_dev/sas_web/static/public/images/favicon-16x16.png 파일 보기

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

BIN
web_dev/sas_web/static/public/images/favicon-32x32.png 파일 보기

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

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


불러오는 중...
취소
저장