title of index
This commit is contained in:
@ -88,7 +88,7 @@ app.set('views', './docroot')
|
||||
app.set('view engine', 'pag')
|
||||
|
||||
app.get('/index', (req, res) => {
|
||||
res.render('index', {'title': 'Projects - just for fun'})
|
||||
res.render('index', {})
|
||||
})
|
||||
|
||||
app.get('/posts/:date', (req, res) => {
|
||||
|
Reference in New Issue
Block a user