diff options
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()) |