Add the ability to have a site-wide message

This commit is contained in:
Rowan Manning
2013-11-15 16:27:13 +00:00
parent 98bd9ed208
commit 7a1160b257
3 changed files with 13 additions and 1 deletions

3
app.js
View File

@@ -54,7 +54,8 @@ function initApp (config, callback) {
repo: pkg.homepage,
bugtracker: pkg.bugs,
noindex: config.noindex,
readonly: config.readonly
readonly: config.readonly,
siteMessage: config.siteMessage
});
app.express.use(function (req, res, next) {