From c17c266a5ba8ca3dbaa01d8624537302d3c9c61e Mon Sep 17 00:00:00 2001 From: Florrie Date: Tue, 3 Dec 2019 18:58:17 -0400 Subject: include 'all commentary' in listings sidebar --- upd8.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/upd8.js b/upd8.js index c9cd89cc..092c51b4 100644 --- a/upd8.js +++ b/upd8.js @@ -910,13 +910,12 @@ function writeListingPages(albumData) {

Listings

Feel free to explore any of the listings linked in the sidebar!

-

Also check out: all commentary on one page!

`), writePage([LISTING_DIRECTORY, 'all-commentary'], 'All Commentary', fixWS` - ${generateSidebarForListings(listingDescriptors)} + ${generateSidebarForListings(listingDescriptors, 'all-commentary')}

All Commentary

(Back to listings.)

@@ -991,6 +990,9 @@ function generateSidebarForListings(listingDescriptors, currentDirectoryParts) { ${ldTitle} `).join('\n')} +
  • + All Commentary +
  • `; -- cgit 1.3.0-6-gf8a5