This commit is contained in:
barisusakli
2014-03-28 21:29:52 -04:00
parent ed87d40f71
commit 219c0d75c4

View File

@@ -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'