Created
December 12, 2015 18:23
-
-
Save allusis/b0f635719d3c822560e6 to your computer and use it in GitHub Desktop.
Make the copyright year that you hate updating dynamic
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
<p class="copyright"> | |
© Copyright <script>document.write(new Date().getFullYear())</script> - All rights reserved. | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment