diff --git a/inc/compilePostComments.js b/inc/compilePostComments.js index d014c9b..0fd9aa7 100644 --- a/inc/compilePostComments.js +++ b/inc/compilePostComments.js @@ -77,7 +77,7 @@ module.exports = function() { comments_html = `
- load more comments (${comments.count}) + load more comments (${comments.count})
` } else { @@ -171,7 +171,7 @@ module.exports = function() { comments_html += `
- load more comments (${comment.count}) + load more comments (${comment.count})
` } else { diff --git a/views/post.pug b/views/post.pug index 71c4ac1..ca908c7 100644 --- a/views/post.pug +++ b/views/post.pug @@ -147,7 +147,7 @@ html .infobar.blue p this thread is in contest mode - contest mode randomizes comment sorting and hides scores. if viewing_comment - .infobar + div(class="infobar", id="c") p you are viewing a single comment's thread. a(href="" + post_url + "") view the rest of the comments → .comments-info