diff --git a/templates/category.html b/templates/category.html index 65ff86f1..6c6acab3 100644 --- a/templates/category.html +++ b/templates/category.html @@ -20,7 +20,7 @@ th:classappend="${category.metadata.name == categoryItem.metadata.name} ? 'select'" th:each="categoryItem : ${categoryFinder.listAll()}" th:id="${categoryItem.spec.displayName}"> - @@ -34,7 +34,7 @@
- @@ -48,11 +48,11 @@
+ th:each="tag : ${post.tags}" th:href="@{${tag.status.permalink}}"> # [[${tag.spec.displayName}]] diff --git a/templates/index.html b/templates/index.html index f9268dd2..d7fb2583 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@
-
+
diff --git a/templates/modules/category-bar.html b/templates/modules/category-bar.html index c899d01c..cd4a58ed 100644 --- a/templates/modules/category-bar.html +++ b/templates/modules/category-bar.html @@ -12,7 +12,7 @@
- +
diff --git a/templates/modules/footer.html b/templates/modules/footer.html index b0cacb4b..888d2c42 100644 --- a/templates/modules/footer.html +++ b/templates/modules/footer.html @@ -19,7 +19,7 @@ diff --git a/templates/modules/post-list.html b/templates/modules/post-list.html index 4a5af750..e9ef7b2d 100644 --- a/templates/modules/post-list.html +++ b/templates/modules/post-list.html @@ -11,7 +11,7 @@ th:each="post,iStat : ${postItems}">
- + @@ -21,7 +21,7 @@ @@ -31,7 +31,7 @@ 最新文章
@@ -45,7 +45,7 @@ #[[${tag.spec.displayName}]] @@ -72,7 +72,7 @@