mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Update slide template using ejs instead of mustache to reduce similar package dependency
This commit is contained in:
parent
c73c32d127
commit
16990e35a2
5 changed files with 101 additions and 89 deletions
|
@ -38,7 +38,7 @@ var indexpath = config.indexpath || './public/views/index.ejs';
|
|||
var hackmdpath = config.hackmdpath || './public/views/hackmd.ejs';
|
||||
var errorpath = config.errorpath || './public/views/error.ejs';
|
||||
var prettypath = config.prettypath || './public/views/pretty.ejs';
|
||||
var slidepath = config.slidepath || './public/views/slide.hbs';
|
||||
var slidepath = config.slidepath || './public/views/slide.ejs';
|
||||
|
||||
// session
|
||||
var sessionname = config.sessionname || 'connect.sid';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue