mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 16:36:15 +00:00
Use comma as html meta keyword separator
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<head>
|
||||
<title>{% block sub_title %}{% endblock %}{{ site_title }}</title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="keywords" content="{% trans "File Collaboration Team Organization" %}" />
|
||||
<meta name="keywords" content="{% trans "File, Collaboration, Team, Organization" %}" />
|
||||
{% if site_description != '' %}<meta name="description" content="{{ site_description }}" />{% endif %}
|
||||
{% block viewport %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
|
@@ -6,7 +6,7 @@
|
||||
<head>
|
||||
<title>{% block sub_title %}{% endblock %}{{ site_title }}</title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="keywords" content="{% trans "File Collaboration Team Organization" %}" />
|
||||
<meta name="keywords" content="{% trans "File, Collaboration, Team, Organization" %}" />
|
||||
{% if site_description != '' %}<meta name="description" content="{{ site_description }}" />{% endif %}
|
||||
{% block viewport %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
|
Reference in New Issue
Block a user