diff options
Diffstat (limited to 'lib/page/index.js')
-rw-r--r-- | lib/page/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/page/index.js b/lib/page/index.js index b512ff4..11cbb57 100644 --- a/lib/page/index.js +++ b/lib/page/index.js @@ -152,7 +152,7 @@ Page.prototype.toHTML = function(output) { // Render template .then(function() { return output.template.render(that.content, that.getContext(), { - file: that.path + path: that.path }) .then(that.update); }) |