diff options
Diffstat (limited to 'lib/output/website/index.js')
-rw-r--r-- | lib/output/website/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/output/website/index.js b/lib/output/website/index.js index a35cafe..b268eec 100644 --- a/lib/output/website/index.js +++ b/lib/output/website/index.js @@ -8,6 +8,8 @@ function WebsiteOutput() { } util.inherits(WebsiteOutput, FolderOutput); +WebsiteOutput.prototype.name = 'ebook'; + // Write a page (parsable file) WebsiteOutput.prototype.onPage = function(page) { |