temporarily commenting out apple-touch-icon, since it seems to be duplicating sessions on every reload

v1.18.x
Julian Lam 11 years ago
parent 5b16223923
commit 03a30c8583

@ -88,10 +88,10 @@ module.exports.server = server;
property: 'keywords', property: 'keywords',
content: meta.config.keywords || '' content: meta.config.keywords || ''
}], }],
defaultLinkTags = [{ defaultLinkTags = [/*{
rel: 'apple-touch-icon', rel: 'apple-touch-icon',
href: meta.config['brand:logo'] || nconf.get('relative_path') + '/logo.png' href: meta.config['brand:logo'] || nconf.get('relative_path') + '/logo.png'
}], }*/],
templateValues = { templateValues = {
bootswatchCSS: meta.config['theme:src'], bootswatchCSS: meta.config['theme:src'],
pluginCSS: plugins.cssFiles.map(function(file) { return { path: nconf.get('relative_path') + file.replace(/\\/g, '/') }; }), pluginCSS: plugins.cssFiles.map(function(file) { return { path: nconf.get('relative_path') + file.replace(/\\/g, '/') }; }),

Loading…
Cancel
Save