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