Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LordKa0S committed Jul 18, 2021
1 parent d7a976f commit ec4427b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/md-to-partials.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ fileNames.forEach(async fileName => {
const md = await readFile(join(mdDirPath, fileName), "utf8");
const html = marked(md);
writeFile(join(genPartialsPath, fileName.replace("md", "hbs")), html);
})
});

0 comments on commit ec4427b

Please sign in to comment.