Created
October 4, 2023 18:23
-
-
Save coulterpeterson/36a453a55cc828c5bec0e7cbff024a08 to your computer and use it in GitHub Desktop.
Automatically Updating Copyright Year via JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Slick JS 1-liner credit to https://stackoverflow.com/a/4562604 --> | |
<span>© <script>document.write(new Date().getFullYear())</script> Your Company</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment