diff --git a/src/main/resources/templates/discussions.ftl b/src/main/resources/templates/discussions.ftl index 4842122..f6ea9b7 100644 --- a/src/main/resources/templates/discussions.ftl +++ b/src/main/resources/templates/discussions.ftl @@ -35,7 +35,7 @@

- +
${discussions.title} <#list tags as tag> @@ -49,7 +49,7 @@ ${discussions.content}
-
+
赞这个主题
@@ -71,68 +71,29 @@ ${discussions.startTime}
+

+ + +
+
+
+ +
+
用户 ${discussions.realnameLast} 最后回复于
${discussions.lastTime}
-
-

评论区

- <#--<#list posts as post> -
- - - -
- ${post.username} - -
- ${post.content} -
-
- 回复 -
-
- - <#list post.nextNodes as child> -
-
- - - -
- ${child.username} - -
- ${child.content} -
-
- 回复 -
-
-
-
- -
- --> - <#macro bpTree posts> <#if posts?? && posts?size gt 0>