diff --git a/pom.xml b/pom.xml
index b55e01545..b17b816bc 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
halo
latest
halo
-
+
halo,一个基于SpringBoot的博客系统,最求轻快,易用,以内容为中心。
diff --git a/src/main/resources/static/js/login.js b/src/main/resources/static/js/login.js
index 63dcd2a2b..627f297c5 100644
--- a/src/main/resources/static/js/login.js
+++ b/src/main/resources/static/js/login.js
@@ -22,7 +22,7 @@ function btn_login() {
if(data.code==1){
$.toast({
text: data.msg,
- heading: '提示',
+ heading: heading,
icon: 'success',
showHideTransition: 'fade',
allowToastClose: true,
@@ -40,7 +40,7 @@ function btn_login() {
$('.login-body').addClass('animate shake');
$.toast({
text: data.msg,
- heading: '提示',
+ heading: heading,
icon: 'error',
showHideTransition: 'fade',
allowToastClose: true,
diff --git a/src/main/resources/templates/admin/admin_login.ftl b/src/main/resources/templates/admin/admin_login.ftl
index 4934dd9e9..f0f8071b2 100755
--- a/src/main/resources/templates/admin/admin_login.ftl
+++ b/src/main/resources/templates/admin/admin_login.ftl
@@ -16,6 +16,7 @@
+
diff --git a/src/main/resources/templates/admin/module/_footer.ftl b/src/main/resources/templates/admin/module/_footer.ftl
index a0ece2158..b9d6e112c 100755
--- a/src/main/resources/templates/admin/module/_footer.ftl
+++ b/src/main/resources/templates/admin/module/_footer.ftl
@@ -1,4 +1,5 @@
diff --git a/src/main/resources/templates/themes/anatole/module/sidebar.ftl b/src/main/resources/templates/themes/anatole/module/sidebar.ftl
index 7f4f22d60..48a50755f 100644
--- a/src/main/resources/templates/themes/anatole/module/sidebar.ftl
+++ b/src/main/resources/templates/themes/anatole/module/sidebar.ftl
@@ -17,8 +17,10 @@
<#include "social-list.ftl">