diff --git a/lib/jade/test.jade b/lib/jade/test.jade new file mode 100644 index 0000000..5df6230 --- /dev/null +++ b/lib/jade/test.jade @@ -0,0 +1,9 @@ +// + Created by marti on 14/02/2016. +doctype html +html(lang="en") + head + title + Test + body + h1 Test diff --git a/lib/today.js b/lib/today.js index c9c64cd..75b063e 100644 --- a/lib/today.js +++ b/lib/today.js @@ -293,7 +293,7 @@ function sendEmail() { subject: 'Today - ' + dateFormat(now, "dddd, mmmm dS, yyyy") }; - var template = {file: __dirname + '/' + 'jade/today.jade', locals: todayCache}; + var template = {file: __dirname + '/' + 'jade/test.jade', locals: todayCache}; logger.debug(__dirname); logger.debug(__dirname.substr(__dirname.lastIndexOf('/'), __dirname.length));