|
|
@ -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) { |
|
|
|