From 7fcb651e52aff6e16ec48f77dc3224b67404a9c1 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 12 Nov 2020 17:28:55 -0400 Subject: change 'Home' links to 'HSMusic' before the only indicator that "HSMusic" is the name of the site was in the url!! that is not good :P --- upd8.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'upd8.js') diff --git a/upd8.js b/upd8.js index 7975e6cd..a05840ae 100644 --- a/upd8.js +++ b/upd8.js @@ -1022,7 +1022,7 @@ async function writePage(directoryParts, { if (nav.simple) { nav.links = [ - ['./', 'Home'], + ['./', 'HSMusic'], [href, title] ] } @@ -1236,7 +1236,7 @@ function writeMiscellaneousPages() { nav: { content: fixWS`

- Home + HSMusic Listings Flashes & Games About & Credits @@ -1466,7 +1466,7 @@ async function writeAlbumPage(album) { }, nav: { links: [ - ['./', 'Home'], + ['./', 'HSMusic'], [`${C.ALBUM_DIRECTORY}/${album.directory}/`, album.name], [null, generateAlbumNavLinks(album)] ], @@ -1496,7 +1496,7 @@ async function writeTrackPage(track) { }, nav: { links: [ - ['./', 'Home'], + ['./', 'HSMusic'], [`${C.ALBUM_DIRECTORY}/${album.directory}/`, album.name], [`${C.TRACK_DIRECTORY}/${track.directory}/`, track.name], [null, generateAlbumNavLinks(album, track)] @@ -1894,7 +1894,7 @@ async function writeFlashPage(flash) { }, nav: { links: [ - ['./', 'Home'], + ['./', 'HSMusic'], [`${C.FLASH_DIRECTORY}/`, `Flashes & Games`], [`${C.FLASH_DIRECTORY}/${kebab}/`, flash.name], parts.length && [null, parts.join(', ')] -- cgit 1.3.0-6-gf8a5