diff --git a/template/app_admin/admin_center.html b/template/app_admin/admin_center.html
index d2936d5..2a6342e 100644
--- a/template/app_admin/admin_center.html
+++ b/template/app_admin/admin_center.html
@@ -42,7 +42,7 @@
{% if request.user.is_superuser %}
个人中心
{% endif %}
- 站点首页
+ 站点首页
注销登录
diff --git a/template/app_admin/admin_setting.html b/template/app_admin/admin_setting.html
index fd970e6..69fc108 100644
--- a/template/app_admin/admin_setting.html
+++ b/template/app_admin/admin_setting.html
@@ -239,6 +239,7 @@
+
默认支持YouTube、优酷、QQ视频、Facebook、哔哩哔哩、TED网站,仅用于EditorMD编辑器模式
@@ -288,11 +289,16 @@
{% endblock %}
{% block custom_script %}
-
+
{% endblock %}
\ No newline at end of file
diff --git a/template/app_doc/head_base.html b/template/app_doc/head_base.html
index 4a80c94..fccf6fe 100644
--- a/template/app_doc/head_base.html
+++ b/template/app_doc/head_base.html
@@ -34,7 +34,7 @@
-
-
+
{% trans "新建文档" %}
diff --git a/template/app_doc/user/user_center.html b/template/app_doc/user/user_center.html
index 629927a..8ad1399 100644
--- a/template/app_doc/user/user_center.html
+++ b/template/app_doc/user/user_center.html
@@ -42,7 +42,7 @@
{% if request.user.is_superuser %}
- {% trans "后台管理" %}
{% endif %}
- - {% trans "站点首页" %}
+ - {% trans "站点首页" %}
- {% trans "注销登录" %}