Add link to imprint

Signed-off-by: Matthias Lindinger <m.lindinger@live.de>
This commit is contained in:
Matthias Lindinger 2019-08-26 14:55:41 +02:00
parent 9c1665ae5b
commit fe2c8634d3
4 changed files with 4 additions and 1 deletions

View file

@ -70,6 +70,7 @@ function showIndex (req, res, next) {
signin: authStatus,
infoMessage: req.flash('info'),
errorMessage: req.flash('error'),
imprint: fs.existsSync(path.join(config.docsPath, 'imprint.md')),
privacyStatement: fs.existsSync(path.join(config.docsPath, 'privacy.md')),
termsOfUse: fs.existsSync(path.join(config.docsPath, 'terms-of-use.md')),
deleteToken: deleteToken