diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-04-18 12:49:31 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-04-18 12:49:31 +0200 |
commit | 0791b917f1191861e6320f48be95441102ae9ac7 (patch) | |
tree | b60d5c3160ef1ad8a173da86b5a9b428faeb8028 /lib/output/base.js | |
parent | ba182ce8e430f08bd8c60865b9c853875a3d6483 (diff) | |
download | gitbook-0791b917f1191861e6320f48be95441102ae9ac7.zip gitbook-0791b917f1191861e6320f48be95441102ae9ac7.tar.gz gitbook-0791b917f1191861e6320f48be95441102ae9ac7.tar.bz2 |
Add context for readme
Diffstat (limited to 'lib/output/base.js')
-rw-r--r-- | lib/output/base.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/output/base.js b/lib/output/base.js index a342c1e..c546061 100644 --- a/lib/output/base.js +++ b/lib/output/base.js @@ -248,6 +248,7 @@ Output.prototype.getContext = function() { }, this.book.getContext(), (this.book.isLanguageBook()? this.book.parent: this.book).langs.getContext(), + this.book.readme.getContext(), this.book.summary.getContext(), this.book.glossary.getContext(), this.book.config.getContext(), |