diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-17 10:38:56 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-17 10:38:56 +0100 |
commit | acdaea9f6cbb41e5607af9a2c7e882d3eb62f9f5 (patch) | |
tree | c42a0d7b013542670798ccbed531a1d45287693b /lib/configuration.js | |
parent | 94485621560152cf197dc8bd603774c46de2f0ef (diff) | |
download | gitbook-acdaea9f6cbb41e5607af9a2c7e882d3eb62f9f5.zip gitbook-acdaea9f6cbb41e5607af9a2c7e882d3eb62f9f5.tar.gz gitbook-acdaea9f6cbb41e5607af9a2c7e882d3eb62f9f5.tar.bz2 |
Fix #649: add option "author" in book.json to set meta author in html
Diffstat (limited to 'lib/configuration.js')
-rw-r--r-- | lib/configuration.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/configuration.js b/lib/configuration.js index cc342c5..777716e 100644 --- a/lib/configuration.js +++ b/lib/configuration.js @@ -148,6 +148,7 @@ Configuration.DEFAULT = { "isbn": null, "language": "en", "direction": null, + "author": null, // version of gitbook to use "gitbook": "*", |