diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-02 16:38:24 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-02 16:38:24 -0700 |
commit | 62a2e8f81c5dff5b47f064b70b6869f6e4b12996 (patch) | |
tree | e06291d5b22011980e8983507cc0e3ef3ad69c04 /lib/generate | |
parent | 6bcc2d8cf24d62ce7a48895cc8ef085f8bc71e4d (diff) | |
download | gitbook-62a2e8f81c5dff5b47f064b70b6869f6e4b12996.zip gitbook-62a2e8f81c5dff5b47f064b70b6869f6e4b12996.tar.gz gitbook-62a2e8f81c5dff5b47f064b70b6869f6e4b12996.tar.bz2 |
Fix #8: Improve page title
Diffstat (limited to 'lib/generate')
-rw-r--r-- | lib/generate/template.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/generate/template.js b/lib/generate/template.js index d8c1f79..3edd4da 100644 --- a/lib/generate/template.js +++ b/lib/generate/template.js @@ -49,7 +49,6 @@ var initTemplate = function(options) { content: sections, basePath: basePath, staticBase: path.join(basePath, "gitbook"), - navigation: options.locals.allNavigation[_output], progress: parse.progress(options.locals.allNavigation, _output) }) ); |