mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-23 00:40:23 +01:00
pass in site description as well for potential themes to take advantage of
This commit is contained in:
@@ -74,6 +74,7 @@ var express = require('express'),
|
|||||||
cssSrc: meta.config['theme:src'] || nconf.get('relative_path') + '/vendor/bootstrap/css/bootstrap.min.css',
|
cssSrc: meta.config['theme:src'] || nconf.get('relative_path') + '/vendor/bootstrap/css/bootstrap.min.css',
|
||||||
pluginCSS: plugins.cssFiles.map(function(file) { return { path: file } }),
|
pluginCSS: plugins.cssFiles.map(function(file) { return { path: file } }),
|
||||||
title: meta.config.title || '',
|
title: meta.config.title || '',
|
||||||
|
description: meta.config.description || '',
|
||||||
'brand:logo': meta.config['brand:logo'] || '',
|
'brand:logo': meta.config['brand:logo'] || '',
|
||||||
'brand:logo:display': meta.config['brand:logo']?'':'hide',
|
'brand:logo:display': meta.config['brand:logo']?'':'hide',
|
||||||
browserTitle: meta.config.title || 'NodeBB',
|
browserTitle: meta.config.title || 'NodeBB',
|
||||||
|
|||||||
Reference in New Issue
Block a user