3 changed files with 9 additions and 3 deletions
@ -1 +1,4 @@ |
|||||
module.exports = (req, res) => res.render('about.html', { pageTitle: 'About' }); |
module.exports = (req, res) => res.render('about.html', { |
||||
|
bodyClass: 'about', |
||||
|
pageTitle: 'About' |
||||
|
}); |
||||
|
@ -1 +1,4 @@ |
|||||
module.exports = (req, res) => res.render('no-connection.html', { pageTitle: 'No Connection' }); |
module.exports = (req, res) => res.render('no-connection.html', { |
||||
|
bodyClass: 'no-connection', |
||||
|
pageTitle: 'No Connection' |
||||
|
}); |
||||
|
Loading…
Reference in new issue