Skip to content

Instantly share code, notes, and snippets.

@johnmackintosh
Created January 1, 2021 12:29
Show Gist options
  • Select an option

  • Save johnmackintosh/9099114b59cafb33228c34d46dd7fa39 to your computer and use it in GitHub Desktop.

Select an option

Save johnmackintosh/9099114b59cafb33228c34d46dd7fa39 to your computer and use it in GitHub Desktop.
Update the year in the copyright notice of blog post automatically
<script>document.write(new Date().getFullYear())</script>
or
<script>new Date().getFullYear()>2005&&document.write("-"+new Date().getFullYear());</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment