Rename index-2.hbs to index.hbs

This commit is contained in:
witzig 2017-03-12 01:10:08 +01:00
parent 019dc526ca
commit a2450507c6
3 changed files with 121 additions and 275 deletions

View file

@ -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')
});