summaryrefslogtreecommitdiff
path: root/lib/web/note/controller.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/web/note/controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web/note/controller.js b/lib/web/note/controller.js
index e537fe08..f79574df 100644
--- a/lib/web/note/controller.js
+++ b/lib/web/note/controller.js
@@ -74,7 +74,7 @@ exports.showNote = function (req, res, next) {
'Cache-Control': 'private', // only cache by client
'X-Robots-Tag': 'noindex, nofollow' // prevent crawling
})
- return res.render('codimd.ejs', {
+ return res.render('hedgedoc.ejs', {
title: title,
opengraph: opengraph
})