diff --git a/app/controllers/post.js b/app/controllers/post.js index 78774bc..b5c728e 100644 --- a/app/controllers/post.js +++ b/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) {