diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-04-25 15:36:18 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-04-25 15:36:18 +0200 |
commit | 0c2dc06cb721a437480d5a10611511b8f84b00a8 (patch) | |
tree | fd944c625c0eebd1f5f39770d58abe8aa8b5d447 /lib/output/website/index.js | |
parent | 4552ccd7d76a1bf958481e24a695dd3b68e6c232 (diff) | |
download | gitbook-0c2dc06cb721a437480d5a10611511b8f84b00a8.zip gitbook-0c2dc06cb721a437480d5a10611511b8f84b00a8.tar.gz gitbook-0c2dc06cb721a437480d5a10611511b8f84b00a8.tar.bz2 |
Fix resolution of theme's templates
Diffstat (limited to 'lib/output/website/index.js')
-rw-r--r-- | lib/output/website/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output/website/index.js b/lib/output/website/index.js index e24c127..bb01ed6 100644 --- a/lib/output/website/index.js +++ b/lib/output/website/index.js @@ -1,6 +1,6 @@ module.exports = { - name: 'json', + name: 'website', Options: require('./options'), onPage: require('./onPage') }; |