dmitrijLo

Results 2 comments of dmitrijLo

this could be the issue for 1.): https://github.com/goessner/microjam/blob/master/microjam.js#L438 we already had changed this to const tmpl = module.exports = ... why is this again?

for the second issue: @line 49 `.base` is not defined. this probably should be `return tmpl.page(date)` https://github.com/goessner/microjam/blob/master/microjam.js#L486