linked to when someone replies to another comment (>> id), I also fixed a bug in comment submission where the counter was not incrementing
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<%- include('../partials/head'); %>
|
|
</head>
|
|
<body>
|
|
<div id="comment">
|
|
<%- include("../partials/comment"); %>
|
|
</div>
|
|
</body>
|
|
</html>
|