Skip to content

Instantly share code, notes, and snippets.

@coulterpeterson
Created October 4, 2023 18:23
Show Gist options
  • Save coulterpeterson/36a453a55cc828c5bec0e7cbff024a08 to your computer and use it in GitHub Desktop.
Save coulterpeterson/36a453a55cc828c5bec0e7cbff024a08 to your computer and use it in GitHub Desktop.
Automatically Updating Copyright Year via JS
<!-- 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