diff --git a/public/scripts/footer.js b/public/scripts/footer.js index 9b3a6b0..b6d26fa 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. -${location.pathname == "/"? '
Return to index': ''} +${location.pathname !== "/"? '
Return to index': ''}
Website © 2023 Firepup650 `;