1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

Change favicon

This commit is contained in:
plt
2012-08-29 13:51:32 +08:00
parent 872ab9f14e
commit 5e31f5030e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 633 B

View File

@@ -6,7 +6,7 @@
<meta name="keywords" content="文件 共享" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/ui-lightness/jquery-ui-1.8.16.custom.css" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css" />
<link rel="icon" type="image/png" href="{{ MEDIA_URL }}img/favicon.png" />
<link rel="icon" type="image/png" href="{{ MEDIA_URL }}img/favicon.jpg" />
{% block extra_style %}{% endblock %}
{% load seahub_tags avatar_tags %}
</head>