diff options
author | Florrie <towerofnix@gmail.com> | 2019-12-03 18:59:06 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-12-03 18:59:19 -0400 |
commit | 8a6a25b0266a551efe58d0b324b2eae295377b65 (patch) | |
tree | bdda51a9d55bb445dc728e3fa09bc19853a52d15 /upd8.js | |
parent | c17c266a5ba8ca3dbaa01d8624537302d3c9c61e (diff) |
...oops
Diffstat (limited to 'upd8.js')
-rw-r--r-- | upd8.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js index 092c51b4..2f980e54 100644 --- a/upd8.js +++ b/upd8.js @@ -918,7 +918,6 @@ function writeListingPages(albumData) { ${generateSidebarForListings(listingDescriptors, 'all-commentary')} <div id="content"> <h1>All Commentary</h1> - <p><a href="${LISTING_DIRECTORY}/index.html">(Back to listings.)</a></p> <p><strong>${getWordCount(albumData.reduce((acc, a) => acc + [a, ...a.tracks].filter(x => x.commentary).map(x => x.commentary).join(' '), ''))}</strong> words, in all.<br>Jump to a particular album:</p> <ul> ${sortByDate(albumData.slice()) |