summaryrefslogtreecommitdiffstats
path: root/lib/page/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/page/index.js')
-rw-r--r--lib/page/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/page/index.js b/lib/page/index.js
index c92bdfa..51ed2aa 100644
--- a/lib/page/index.js
+++ b/lib/page/index.js
@@ -102,6 +102,7 @@ Page.prototype.getContext = function() {
title: article? article.title : null,
next: next? next.getContext() : null,
previous: prev? prev.getContext() : null,
+ level: article? article.level : null,
content: this.content
}
};