Skip to content

Instantly share code, notes, and snippets.

@DejanBelic
Created February 25, 2017 06:54
Show Gist options
  • Save DejanBelic/5a2725bd816c9b45201fc6568dc882a2 to your computer and use it in GitHub Desktop.
Save DejanBelic/5a2725bd816c9b45201fc6568dc882a2 to your computer and use it in GitHub Desktop.
Create dynamic year copyright in twig
<span class="copyright">&copy; {{ 'now'|date('Y') }} Dejan • All rights reserved</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment