diff --git a/index.js b/index.js index 650f130..5607ba9 100644 --- a/index.js +++ b/index.js @@ -53,10 +53,10 @@ module.exports = { // Before html generation "page": function(page) { // page.path is the path to the file - // page.content is a list of parsed sections + // page.sections is a list of parsed sections // Example: - //page.content.unshift({type: "normal", content: "

Title

"}) + //page.sections.unshift({type: "normal", content: "

Title

"}) return page; }, @@ -73,4 +73,4 @@ module.exports = { return page; } } -}; \ No newline at end of file +};