From 0be69427fe7db21cca6918ba1c5465414a8ca608 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Fri, 19 Jun 2015 10:22:49 +0000 Subject: [PATCH] Fix code commets a little --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index c8fc158..38cff18 100644 --- a/index.js +++ b/index.js @@ -38,8 +38,8 @@ var buildPages = function(callback) { // It's documented nowhere but these partials will be passed to // Handlebars.js template engine. partials: { - // File extension is not skipped here because it will be - // append automatically using one from rendered file. + // File extension is skipped here because it will be append + // automatically using one from rendered file. menu: 'menu' } })