diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-03-31 12:59:26 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-03-31 12:59:26 -0700 |
commit | c3a181a50db02774cbba3853bb1f6e17c51eb8f0 (patch) | |
tree | b9c6532ee58f3450a30677c40de1ccbc28008bb0 /lib/generate/index.js | |
parent | 0fdd31dc39fab120a73c78e86e38f4cd79ab254d (diff) | |
download | gitbook-c3a181a50db02774cbba3853bb1f6e17c51eb8f0.zip gitbook-c3a181a50db02774cbba3853bb1f6e17c51eb8f0.tar.gz gitbook-c3a181a50db02774cbba3853bb1f6e17c51eb8f0.tar.bz2 |
Fix author link
Diffstat (limited to 'lib/generate/index.js')
-rw-r--r-- | lib/generate/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/generate/index.js b/lib/generate/index.js index c265be3..73d1079 100644 --- a/lib/generate/index.js +++ b/lib/generate/index.js @@ -48,6 +48,7 @@ var generate = function(root, output, options) { root: root, output: output, locals: { + githubAuthor: options.github.split("/")[0], githubId: options.github, title: options.title, summary: summary |