From f7047350b9bf00b158c0e36d5bc26e0800d71f23 Mon Sep 17 00:00:00 2001 From: discomrade <83621080+discomrade@users.noreply.github.com> Date: Fri, 14 Jun 2024 00:02:02 +0000 Subject: [PATCH] [comment] move recent comments below tags on post list --- ext/comment/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/comment/theme.php b/ext/comment/theme.php index c06d6be1..22aeee8f 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -125,7 +125,7 @@ class CommentListTheme extends Themelet $html .= $this->comment_to_html($comment, true); } $html .= "Full List"; - $page->add_block(new Block("Comments", $html, "left", 50, "comment-list-recent")); + $page->add_block(new Block("Comments", $html, "left", 70, "comment-list-recent")); } /**