« get me outta code hell

...oops - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-12-03 18:59:06 -0400
committerFlorrie <towerofnix@gmail.com>2019-12-03 18:59:19 -0400
commit8a6a25b0266a551efe58d0b324b2eae295377b65 (patch)
treebdda51a9d55bb445dc728e3fa09bc19853a52d15 /upd8.js
parentc17c266a5ba8ca3dbaa01d8624537302d3c9c61e (diff)
...oops
Diffstat (limited to 'upd8.js')
-rw-r--r--upd8.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js
index 092c51b..2f980e5 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())