Skip to content

Commit

Permalink
Update express-handlebars.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbrennan authored May 8, 2019
1 parent d489794 commit 489e8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/express-handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function ExpressHandlebars(config) {
extname : '.handlebars',
layoutsDir : undefined, // Default layouts directory is relative to `express settings.view` + `layouts/`
partialsDir : undefined, // Default partials directory is relative to `express settings.view` + `partials/`
defaultLayout : 'default',
defaultLayout : 'main',
helpers : undefined,
compilerOptions: undefined,
}, config);
Expand Down

0 comments on commit 489e8d8

Please sign in to comment.