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:
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
BIN
media/img/favicon.png
Normal file
BIN
media/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 528 B |
@@ -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>
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user