From 7930007151a9bf03de87cb19fed669736fd56c0b Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sun, 1 Oct 2023 21:55:26 -0500 Subject: [PATCH] Don't show on index --- public/scripts/footer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/scripts/footer.js b/public/scripts/footer.js index 4cfdc45..3531c6d 100644 --- a/public/scripts/footer.js +++ b/public/scripts/footer.js @@ -1,7 +1,6 @@ var foot = document.createElement("footer"); foot.innerHTML = `This website uses Bookie0's BounceCSS for styling. -
-Return to index +${if location.pathname == "/"? '
Return to index': ''}
Website © 2023 Firepup650 `;