Browse Source

comment count mismatch 5/20

pull/1/head
Rob Colbert 3 years ago
parent
commit
3ce167c956
  1. 2
      app/controllers/post.js

2
app/controllers/post.js

@ -176,7 +176,7 @@ class PostController extends SiteController {
try {
await resourceService.recordView(req, 'Post', res.locals.post._id);
res.locals.countPerPage = 5;
res.locals.countPerPage = 20;
res.locals.pagination = this.getPaginationParameters(req, res.locals.countPerPage);
if (req.query.comment) {

Loading…
Cancel
Save