minor tweaks to theme engine

This commit is contained in:
Julian Lam
2013-07-23 16:43:02 -04:00
parent bf6a38904a
commit 59029a0ef0
6 changed files with 13 additions and 4 deletions

View File

@@ -31,7 +31,10 @@ var express = require('express'),
cssSrc: global.config['theme:src'] || global.nconf.get('relative_path') + '/vendor/bootstrap/css/bootstrap.min.css',
title: global.config['title'] || 'NodeBB',
csrf:res.locals.csrf_token,
relative_path: global.nconf.get('relative_path')
relative_path: global.nconf.get('relative_path'),
meta: {
description: 'test'
}
});
};