diff options
-rw-r--r-- | lib/generate/config.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/generate/config.js b/lib/generate/config.js index 76b0d79..4d814c8 100644 --- a/lib/generate/config.js +++ b/lib/generate/config.js @@ -84,12 +84,12 @@ var CONFIG = { "top": 36, "bottom": 36 }, - + //Header HTML template. Available variables: _PAGENUM_, _TITLE_, _AUTHOR_ and _SECTION_. - "headerTemplate": null, - + "headerTemplate": "", + //Footer HTML template. Available variables: _PAGENUM_, _TITLE_, _AUTHOR_ and _SECTION_. - "footerTemplate": null + "footerTemplate": "" } }; |