generated from corysanin/nodejs-web-template
minor html changes
This commit is contained in:
@@ -56,11 +56,11 @@ class Web {
|
||||
});
|
||||
|
||||
app.get('/', (_, res) => {
|
||||
res.render('index', {
|
||||
res.render('app', {
|
||||
page: {
|
||||
title: 'Web',
|
||||
titlesuffix: 'Home',
|
||||
description: 'Homepage'
|
||||
title: 'Chore Chart',
|
||||
titlesuffix: 'View Grocy Chores',
|
||||
description: 'chore-chart displays chores from a Grocy instance.'
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user