From 4556e821d96d8849692d077493f5576fd4478f78 Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 4 Jun 2020 15:24:52 -0300 Subject: collapse sidebar on small screens the site is fully accessible through the header navbar so we can hide the sidebar when it takes up more screen than its worth now! --- upd8.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'upd8.js') diff --git a/upd8.js b/upd8.js index 87f89b72..a5904231 100644 --- a/upd8.js +++ b/upd8.js @@ -1383,7 +1383,8 @@ function writeListingPages() {

Listings

-

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

+

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

+ ${generateLinkIndexForListings(listingDescriptors)}
@@ -1525,6 +1526,12 @@ function generateHeaderForListings(listingDescriptors, currentDirectoryParts) { function generateSidebarForListings(listingDescriptors, currentDirectoryParts) { return fixWS`

Listings

+ ${generateLinkIndexForListings(listingDescriptors, currentDirectoryParts)} + `; +} + +function generateLinkIndexForListings(listingDescriptors, currentDirectoryParts) { + return fixWS`