mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
closes #6147
This commit is contained in:
@@ -54,7 +54,7 @@ unreadController.get = function (req, res, next) {
|
||||
}, next);
|
||||
},
|
||||
function (data) {
|
||||
data.title = '[[pages:home]]';
|
||||
data.title = meta.config.homePageTitle || '[[pages:home]]';
|
||||
data.pageCount = Math.max(1, Math.ceil(data.topicCount / settings.topicsPerPage));
|
||||
data.pagination = pagination.create(page, data.pageCount, req.query);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user