mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
修复PTools站点logo
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="renderer" content="webkit">
|
||||
<link rel="stylesheet" href="{% static 'favicon.ico' %}">
|
||||
<link type="image/png" rel="shortcut icon" href="{% static 'favicon.ico' %}">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
|
||||
{% block title %}
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link type="image/png" rel="shortcut icon" href="{% static 'favicon.ico' %}">
|
||||
|
||||
{% block title %}
|
||||
<title>{{ site_title }}-{% trans 'Log in' %}</title>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user