Created
January 5, 2015 14:31
-
-
Save jondueck/7cc71b4b08184e06164e to your computer and use it in GitHub Desktop.
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
{% capture currentyear %}{{site.date | date: "%Y"}}{% endcapture %} | |
{% if currentyear != year %} | |
© 2014 Jonathan Dueck | |
{% else if %} | |
© 2014–{{ 'now' | date: "%Y" }} Jonathan Dueck | |
{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment