updated today.js

This commit is contained in:
martind2000 2016-02-14 14:45:06 +00:00
parent 6805b955c5
commit 0a007ca520
2 changed files with 10 additions and 1 deletions

9
lib/jade/test.jade Normal file
View File

@ -0,0 +1,9 @@
//
Created by marti on 14/02/2016.
doctype html
html(lang="en")
head
title
Test
body
h1 Test

View File

@ -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));