|
|
@ -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, '/') }; }),
|
|
|
|