Landing Page Proposal

This commit is contained in:
witzig 2017-03-11 13:21:07 +01:00
parent bec976e061
commit fca8313a5e
5 changed files with 309 additions and 1 deletions

View file

@ -6,7 +6,7 @@ let _ = require('../lib/translate')._;
/* GET home page. */
router.get('/', (req, res) => {
res.render('index', {
res.render('index-2', {
indexPage: true,
title: _('Self hosted email newsletter app')
});