Skip to content

Commit ec9b55e

Browse files
Update generate-html-files-for-screenshots.js
1 parent 5e78b58 commit ec9b55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/plugins/generate-html-files-for-screenshots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = () => (files, metalsmith, done) => {
77
if (screenshot !== file) {
88
files[screenshot] = {
99
...files[file],
10-
layout: 'screenshot.hbs',
10+
layout: 'screenshot.hbs',
1111
};
1212
}
1313
}

0 commit comments

Comments
 (0)