fix browser title on home page

v1.18.x
barisusakli 10 years ago
parent cf193581e4
commit 7c319c9b20

@ -457,7 +457,7 @@ function redirectToLogin(req, res) {
}
function modifyTitle(obj) {
var title = '[[pages:home]] | ' + validator.escape(meta.config.title || 'NodeBB');
var title = '[[pages:home]] | ' + validator.escape(meta.config.browserTitle || meta.config.title || 'NodeBB');
obj.browserTitle = title;
if (obj.metaTags) {

Loading…
Cancel
Save