-
${post.postTitle!}
+
${post.postTitle!}
${post.postDate?string("yyyy-MM-dd")}
diff --git a/src/main/resources/templates/themes/anatole/index.ftl b/src/main/resources/templates/themes/anatole/index.ftl
index c316b01ea..bfd07d348 100644
--- a/src/main/resources/templates/themes/anatole/index.ftl
+++ b/src/main/resources/templates/themes/anatole/index.ftl
@@ -12,17 +12,17 @@
<#if posts.hasPrevious()>
<#if posts.number == 1>
- 上一页
+ 上一页
- <#else >
+ <#else >
- 上一页
+ 上一页
#if>
#if>
<#if posts.hasNext()>
- 下一页
+ 下一页
#if>
diff --git a/src/main/resources/templates/themes/anatole/module/post_entry.ftl b/src/main/resources/templates/themes/anatole/module/post_entry.ftl
index d7c6d8ff3..bf72bbed1 100644
--- a/src/main/resources/templates/themes/anatole/module/post_entry.ftl
+++ b/src/main/resources/templates/themes/anatole/module/post_entry.ftl
@@ -2,7 +2,7 @@
@@ -19,11 +19,11 @@
${post.postDate?string("yyyy-MM-dd")}
-
Comments
+
Comments
<#if post.tags?size gt 0>
<#list post.tags as tag>
-
${tag.tagName}
+
${tag.tagName}
#list>
#if>
diff --git a/src/main/resources/templates/themes/anatole/module/sidebar.ftl b/src/main/resources/templates/themes/anatole/module/sidebar.ftl
index 521ebbabe..63e6d7059 100644
--- a/src/main/resources/templates/themes/anatole/module/sidebar.ftl
+++ b/src/main/resources/templates/themes/anatole/module/sidebar.ftl
@@ -3,7 +3,7 @@
<#if (options.anatole_style_hitokoto!'false')=="true">
diff --git a/src/main/resources/templates/themes/anatole/module/social-list.ftl b/src/main/resources/templates/themes/anatole/module/social-list.ftl
index a93d23a4b..e737d8271 100644
--- a/src/main/resources/templates/themes/anatole/module/social-list.ftl
+++ b/src/main/resources/templates/themes/anatole/module/social-list.ftl
@@ -2,7 +2,7 @@
<#if (options.theme_anatole_sns_rss!'true')=='true'>
-
+
diff --git a/src/main/resources/templates/themes/anatole/page.ftl b/src/main/resources/templates/themes/anatole/page.ftl
index 99deeadef..9fa6acffa 100644
--- a/src/main/resources/templates/themes/anatole/page.ftl
+++ b/src/main/resources/templates/themes/anatole/page.ftl
@@ -52,7 +52,7 @@
${post.postDate?string("yyyy-MM-dd")}
-
Comments
+
Comments
diff --git a/src/main/resources/templates/themes/anatole/post.ftl b/src/main/resources/templates/themes/anatole/post.ftl
index 612ffda42..9e822c416 100644
--- a/src/main/resources/templates/themes/anatole/post.ftl
+++ b/src/main/resources/templates/themes/anatole/post.ftl
@@ -52,11 +52,11 @@
${post.postDate?string("yyyy-MM-dd")}
-
Comments
+
Comments
<#if post.tags?size gt 0>
<#list post.tags as tag>
-
${tag.tagName}
+
${tag.tagName}
#list>
#if>
diff --git a/src/main/resources/templates/themes/anatole/tag.ftl b/src/main/resources/templates/themes/anatole/tag.ftl
index 9dd6af4ae..6fa4582bd 100644
--- a/src/main/resources/templates/themes/anatole/tag.ftl
+++ b/src/main/resources/templates/themes/anatole/tag.ftl
@@ -12,17 +12,17 @@
<#if posts.hasPrevious()>
<#if posts.number == 1>
#if>
#if>
<#if posts.hasNext()>
#if>
diff --git a/src/main/resources/templates/themes/material/_partial/Isolation-post_entry.ftl b/src/main/resources/templates/themes/material/_partial/Isolation-post_entry.ftl
index 07cb0625a..b79668fe6 100644
--- a/src/main/resources/templates/themes/material/_partial/Isolation-post_entry.ftl
+++ b/src/main/resources/templates/themes/material/_partial/Isolation-post_entry.ftl
@@ -14,14 +14,14 @@
- ${post.postTitle}
+ ${post.postTitle}
${post.postSummary!}...
- 阅读全文
+ 阅读全文
@@ -29,7 +29,7 @@
<#if post.tags??>
<#list post.tags as tag>
- ${tag.tagName}
+ ${tag.tagName}
#list>
#if>
diff --git a/src/main/resources/templates/themes/material/_partial/Paradox-post-info.ftl b/src/main/resources/templates/themes/material/_partial/Paradox-post-info.ftl
index 61e6650ab..d179915b5 100644
--- a/src/main/resources/templates/themes/material/_partial/Paradox-post-info.ftl
+++ b/src/main/resources/templates/themes/material/_partial/Paradox-post-info.ftl
@@ -35,7 +35,7 @@
<#if post.tags??>
<#list post.tags as tag>
#list>
#if>
diff --git a/src/main/resources/templates/themes/material/_partial/Paradox-post_entry.ftl b/src/main/resources/templates/themes/material/_partial/Paradox-post_entry.ftl
index 5573f5694..62fbc3fe5 100644
--- a/src/main/resources/templates/themes/material/_partial/Paradox-post_entry.ftl
+++ b/src/main/resources/templates/themes/material/_partial/Paradox-post_entry.ftl
@@ -9,14 +9,14 @@
${post.postSummary!}
- 阅读全文
+ 阅读全文
@@ -37,7 +37,7 @@
<#if post.categories??>
<#list post.categories as cate>
- ${cate.cateName}
+ ${cate.cateName}
#list>
#if>
diff --git a/src/main/resources/templates/themes/material/_partial/Paradox-search.ftl b/src/main/resources/templates/themes/material/_partial/Paradox-search.ftl
index 8e622d1f4..e6294d1b1 100644
--- a/src/main/resources/templates/themes/material/_partial/Paradox-search.ftl
+++ b/src/main/resources/templates/themes/material/_partial/Paradox-search.ftl
@@ -3,7 +3,7 @@
search
-