Rename index-2.hbs to index.hbs
This commit is contained in:
parent
019dc526ca
commit
a2450507c6
3 changed files with 121 additions and 275 deletions
|
@ -6,7 +6,7 @@ let _ = require('../lib/translate')._;
|
|||
|
||||
/* GET home page. */
|
||||
router.get('/', (req, res) => {
|
||||
res.render('index-2', {
|
||||
res.render('index', {
|
||||
indexPage: true,
|
||||
title: _('Self hosted email newsletter app')
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue