Add WCAG 2.0 link to the footer

This commit is contained in:
Rowan Manning
2013-11-11 10:37:58 +00:00
parent 080001db89
commit 597b0746ec
3 changed files with 4 additions and 6 deletions

3
app.js
View File

@@ -51,8 +51,7 @@ function initApp (config, callback) {
year: (new Date()).getFullYear(),
version: pkg.version,
repo: pkg.homepage,
bugtracker: pkg.bugs,
rules: pkg.snifferules
bugtracker: pkg.bugs
});
app.express.use(function (req, res, next) {
res.locals.isHomePage = (req.path === '/');