mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
use the acp config for homePageTitle
This commit is contained in:
@@ -258,7 +258,7 @@ module.exports = function (middleware) {
|
||||
};
|
||||
|
||||
function modifyTitle(obj) {
|
||||
var title = controllers.helpers.buildTitle('[[pages:home]]');
|
||||
var title = controllers.helpers.buildTitle(meta.config.homePageTitle || '[[pages:home]]');
|
||||
obj.browserTitle = title;
|
||||
|
||||
if (obj.metaTags) {
|
||||
|
||||
Reference in New Issue
Block a user