Rename template

This commit is contained in:
Yarmo Mackenbach 2020-08-28 01:36:50 +02:00
parent 72f3579842
commit a3842b3da1
2 changed files with 1 additions and 1 deletions

View file

@ -64,7 +64,7 @@ router.get('/guides/:guideId', (req, res) => {
}); });
let content = md.render(data, env); let content = md.render(data, env);
res.render(`guide`, { title: `${env.title} - Keyoxide`, content: content }) res.render(`basic`, { title: `${env.title} - Keyoxide`, content: content });
}); });
module.exports = router; module.exports = router;