mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Add link to imprint
Signed-off-by: Matthias Lindinger <m.lindinger@live.de>
This commit is contained in:
parent
9c1665ae5b
commit
fe2c8634d3
4 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue