mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
fix for #1290
This commit is contained in:
@@ -238,7 +238,7 @@ middleware.renderHeader = function(req, res, callback) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
templateValues.linkTags = defaultLinkTags.concat(res.locals.linkTags || []);
|
templateValues.linkTags = defaultLinkTags.concat(res.locals.linkTags || []);
|
||||||
templateValues.linkTags.push({
|
templateValues.linkTags.unshift({
|
||||||
rel: "icon",
|
rel: "icon",
|
||||||
type: "image/x-icon",
|
type: "image/x-icon",
|
||||||
href: nconf.get('relative_path') + '/favicon.ico'
|
href: nconf.get('relative_path') + '/favicon.ico'
|
||||||
|
|||||||
Reference in New Issue
Block a user