From cf44106d7a4138efb816ebcc0f14946df74919f5 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sun, 1 Oct 2023 22:04:29 -0500 Subject: [PATCH] Try to fix the footer --- public/scripts/footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/footer.js b/public/scripts/footer.js index 3531c6d..9b3a6b0 100644 --- a/public/scripts/footer.js +++ b/public/scripts/footer.js @@ -1,6 +1,6 @@ var foot = document.createElement("footer"); foot.innerHTML = `This website uses Bookie0's BounceCSS for styling. -${if location.pathname == "/"? '
Return to index': ''} +${location.pathname == "/"? '
Return to index': ''}
Website © 2023 Firepup650 `;