mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-03 22:30:58 +01:00
fix recent/popular/top title
This commit is contained in:
@@ -65,7 +65,7 @@ recentController.getData = async function (req, url, sort) {
|
||||
data.title = meta.config.homePageTitle || '[[pages:home]]';
|
||||
} else {
|
||||
data.title = `[[pages:${url}]]`;
|
||||
data.breadcrumbs = helpers.buildBreadcrumbs([{ text: `[[activitypub:world-title]]` }]);
|
||||
data.breadcrumbs = helpers.buildBreadcrumbs([{ text: `[[${url}:title]]` }]);
|
||||
}
|
||||
|
||||
const query = { ...req.query };
|
||||
|
||||
Reference in New Issue
Block a user