diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-02-07 15:30:15 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-02-07 15:30:15 -0400 |
commit | 7fdba43da40563caacd943488ae8233f4be73cbd (patch) | |
tree | cf3ac70a2a7f8eda3f47a6dd6d01614fe99a76bd | |
parent | faf15586fcc166d0855150680f05078b238cc0c1 (diff) |
get rid of dead All Commentary listing link
-rwxr-xr-x | upd8.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/upd8.js b/upd8.js index 1522d56f..6e93eb82 100755 --- a/upd8.js +++ b/upd8.js @@ -3187,9 +3187,6 @@ function generateLinkIndexForListings(listingDescriptors, currentDirectoryParts) <a href="${C.LISTING_DIRECTORY}/${ldDirectoryParts.join('/')}/">${ldTitle}</a> </li> `).join('\n')} - <li ${classes(currentDirectoryParts === 'all-commentary' && 'current')}> - <a href="${C.LISTING_DIRECTORY}/all-commentary/">All Commentary</a> - </li> <li ${classes(currentDirectoryParts === 'random' && 'current')}> <a href="${C.LISTING_DIRECTORY}/random/">Random Pages</a> </li> |