- ${post.createTime?string('yyyy.MM.dd')}
+ ${post.createTime?string('yyyy.MM.dd')}
<#if post.tags?? && post.tags?size gt 0>
<#list post.tags as tag>
- ${tag.name!}
+ ${tag.name!}
#list>
#if>
diff --git a/journals.ftl b/journals.ftl
index 8884528..8e306bb 100644
--- a/journals.ftl
+++ b/journals.ftl
@@ -19,26 +19,26 @@
-->
- <#--
- ${user.nickname!}
+
+ <#-- ${user.nickname!} -->
<#assign timeago = (.now?long - journal.createTime?long)>
<#if timeago < 60000 >
刚刚发表哦 ~
<#elseif (timeago >= 60000) && (timeago < 3600000)>
- 发表于 ${(timeago / 60000)?int} 分钟前
+ 于 ${(timeago / 60000)?int} 分钟前发表
<#elseif (timeago >= 3600000) && (timeago < 86400000)>
- 发表于 ${(timeago / 3600000)?int} 小时前
+ 于 ${(timeago / 3600000)?int} 小时前发表
<#elseif (timeago >= 86400000) && (timeago < 604800000)>
- 发表于 ${(timeago / 86400000)?int} 天前
+ 于 ${(timeago / 86400000)?int} 天前发表
<#elseif (timeago >= 604800000) && (timeago < 3153600000)>
- 发表于 ${(timeago / 604800000)?int} 周前
+ 于 ${(timeago / 604800000)?int} 周前发表
<#elseif (timeago >= 3153600000) && (timeago < 94608000000)>
- 发表于 ${(timeago / 3153600000)?int} 年前
+ 于 ${(timeago / 3153600000)?int} 年前发表
<#elseif (timeago >= 94608000000)>
发表于很久很久以前 ~
#if>
-
-->
+
#list>
diff --git a/module/comment.ftl b/module/comment.ftl
index 4aa0373..c9b27dc 100644
--- a/module/comment.ftl
+++ b/module/comment.ftl
@@ -1,10 +1,9 @@
<#macro comment post,type>
<#if !post.disallowComment!false>
-
\ No newline at end of file
diff --git a/module/macro.ftl b/module/macro.ftl
index e3711cd..8a8558d 100644
--- a/module/macro.ftl
+++ b/module/macro.ftl
@@ -26,27 +26,26 @@
- <#-- 菜单 -->
-
${settings.sub_title!'the site subtitle'}