diff options
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 |