Last active
July 16, 2019 13:22
-
-
Save sauttefk/65071cd1d60f0e42d646 to your computer and use it in GitHub Desktop.
Output current year in Copyright line
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
<f:if condition="{settings.disableCopyright} != '1'"> | |
© {settings.copyrightStart}-<f:format.date format="Y">{v:system.timestamp()}</f:format.date> <a href="{settings.copyrightLink}" target="_blank">{settings.copyrightName}</a> | |
</f:if> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<f:format.date date="now" format="Y" />
also works.