Add link to imprint
Signed-off-by: Matthias Lindinger <m.lindinger@live.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user