From 57ed5af37ed3cd8be8b38bf9666bc5fa739ebec1 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 11 Dec 2020 12:52:31 -0400 Subject: plausibly final release build??? nope, not quite! getting there though!! --- upd8.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'upd8.js') diff --git a/upd8.js b/upd8.js index 122dc600..8c3afe41 100644 --- a/upd8.js +++ b/upd8.js @@ -1761,7 +1761,9 @@ async function writeArtistPage(artist) {

${name}

${note && fixWS`

Note:

-
${note}
+
+ ${transformMultiline(note)} +

`} ${urls.length && `

Visit on ${joinNoOxford(urls.map(fancifyURL), 'or')}.

`} @@ -3275,7 +3277,7 @@ async function main() { await writeMiscellaneousPages(); await writeListingPages(); await writeTagPages(); - // await progressPromiseAll(`Writing album & track pages.`, queue(albumData.map(album => writeIndexAndTrackPagesForAlbum(album)).reduce((a, b) => a.concat(b)))); + await progressPromiseAll(`Writing album & track pages.`, queue(albumData.map(album => writeIndexAndTrackPagesForAlbum(album)).reduce((a, b) => a.concat(b)))); await writeArtistPages(); await writeFlashPages(); -- cgit 1.3.0-6-gf8a5