Take year dynamically

It's a good idea to use the year dynamically than having to change it every year.
This commit is contained in:
Saifur Rahman Mohsin 2015-03-09 16:30:57 +05:30
parent 02db7cd00a
commit b02618c433
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<div id="footer">
<div class="container">
<p class="muted credit">&copy; 2013 Alexey Bobkov &amp; Samuel Georges.</p>
<p class="muted credit">&copy; 2013 - {{ "now"|date("Y") }} Alexey Bobkov &amp; Samuel Georges.</p>
</div>
</div>
</div>