mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add WCAG 2.0 link to the footer
This commit is contained in:
3
app.js
3
app.js
@@ -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 === '/');
|
||||
|
Reference in New Issue
Block a user