summaryrefslogtreecommitdiffstats
path: root/lib/book.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/book.js')
-rw-r--r--lib/book.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/book.js b/lib/book.js
index ef54a1b..d7834ee 100644
--- a/lib/book.js
+++ b/lib/book.js
@@ -101,12 +101,7 @@ Book.prototype.getContext = function() {
return {
book: _.extend({
- title: this.config.get('title'),
- description: this.config.get('description'),
- language: this.config.get('language'),
- isbn: this.config.get('isbn'),
- author: this.config.get('author'),
- direction: this.config.get('direction')
+ language: this.language
}, variables)
};
};