diff --git a/build.js b/build.js index 5bc277c..12af0c5 100644 --- a/build.js +++ b/build.js @@ -60,7 +60,14 @@ let htmlTemplate = fs.readFileSync( const links = manifest.map( (m) => `${m.name}` ); -htmlTemplate = htmlTemplate.replace("{{content}}", links); + +const unorderedListItems = links.map((l) => `
  • ${l}
  • `).join("\r\n"); +const html = ` +