Skip to content

Commit

Permalink
Rename default template to default.html .
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Nov 24, 2011
1 parent b2b7093 commit d3e7983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ae86.js
Expand Up @@ -91,7 +91,7 @@ AE86.prototype._writePages = function (layouts, partials, params, engine) {
engine.merge(
filePath,
engine.prepare(file, encoding),
layouts['default'],
layouts['default.html'],
partials,
params,
function (data) {
Expand Down

0 comments on commit d3e7983

Please sign in to comment.