summaryrefslogtreecommitdiffstats
path: root/lib/page
diff options
context:
space:
mode:
Diffstat (limited to 'lib/page')
-rw-r--r--lib/page/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/page/index.js b/lib/page/index.js
index 342830a..06b210e 100644
--- a/lib/page/index.js
+++ b/lib/page/index.js
@@ -118,7 +118,8 @@ Page.prototype.getContext = function() {
page: {
title: article? article.title : null,
next: next? next.getContext() : null,
- previous: prev? prev.getContext() : null
+ previous: prev? prev.getContext() : null,
+ content: this.content
}
};
};