Files
blogger-nodejs/views/partials/comment.ejs
DeaDvey b683b658f7 Comments now have their own pages, at /comment/commentID, these are
linked to when someone replies to another comment (>> id), I also fixed
a bug in comment submission where the counter was not incrementing
2025-07-31 03:58:28 +01:00

4 lines
166 B
Plaintext

<b><%= comment.name %></b> <%= func.unix_time_to_date_format(comment.pubdate) %> <i>No. <%= comment.id %></i>:<br/>
<%- func.render_comment(comment.content) %>
<br/>