Last active
January 12, 2017 14:41
-
-
Save rdjpalmer/6cc2797ec1db487a49f9b4da9d53e71b to your computer and use it in GitHub Desktop.
This file contains 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
document.querySelector('.copyright-year'); | |
copyright.innerText = new Date().getFullYear(); |
This file contains 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
© <span class="copyright-year">2016</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment