1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

Change favicon.ico to favicon.png

This commit is contained in:
zhengxie
2013-09-18 11:05:17 +08:00
parent d4e3fb32f7
commit e0923366ea
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
media/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

View File

@@ -7,7 +7,7 @@
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="{% trans "File Collaboration Team Organization" %}" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.ico?t=1369028460" />
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1369028460" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/mobile.css?t=1369028460" />
{% block extra_style %}{% endblock %}
</head>

View File

@@ -11,9 +11,9 @@
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1375754100" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/select2.css?t=1375754100" />
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.ico?t=1375754100" />
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1375754100" />
<!--[if IE]>
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.ico?t=1375754100"/>
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.png?t=1375754100"/>
<![endif]-->
{% block extra_style %}{% endblock %}
{% if branding_css != '' %}<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}{{ branding_css }}" />{% endif %}