diff --git a/views/partials/comment.ejs b/views/partials/comment.ejs index eec128f..ab7793e 100644 --- a/views/partials/comment.ejs +++ b/views/partials/comment.ejs @@ -1,14 +1,14 @@ -
+ <%= comment.name %> -
-
+ + <%= func.unix_time_to_date_format(comment.pubdate) %> -
-
+ + No. <%= postID %>-<%= comment.id %>:
-
-
+ + <%- func.render_comment(comment.content) %> -
+