diff --git a/src/main/resources/templates/common/mail_template/mail_notice.ftl b/src/main/resources/templates/common/mail_template/mail_notice.ftl index 13ee1adbc..fddd2137f 100644 --- a/src/main/resources/templates/common/mail_template/mail_notice.ftl +++ b/src/main/resources/templates/common/mail_template/mail_notice.ftl @@ -5,7 +5,7 @@ 您的博客有新的评论!
-

${user.nickName!}, 您好!

+

${user.nickname!}, 您好!

有访客在《${page!}》留言:


diff --git a/src/main/resources/templates/common/web/atom.ftl b/src/main/resources/templates/common/web/atom.ftl index cb5f365c3..fe0d4b3f0 100644 --- a/src/main/resources/templates/common/web/atom.ftl +++ b/src/main/resources/templates/common/web/atom.ftl @@ -23,7 +23,7 @@ ${options.blog_url!}/archives/${post.url!} ${options.blog_url!}/archives/${post.url!}#comments ${post.createTime!} - + <#if post.categories?? && post.categories?size gt 0> <#list post.categories as cate> @@ -37,7 +37,7 @@ ${post.commentCount!0} diff --git a/src/main/resources/templates/common/web/rss.ftl b/src/main/resources/templates/common/web/rss.ftl index b645ed8d2..f46e136f8 100644 --- a/src/main/resources/templates/common/web/rss.ftl +++ b/src/main/resources/templates/common/web/rss.ftl @@ -14,7 +14,7 @@ ${options.blog_url}/archives/${post.url!} ${post.createTime}