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 `;