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:
parent
02db7cd00a
commit
b02618c433
|
|
@ -1,5 +1,5 @@
|
|||
<div id="footer">
|
||||
<div class="container">
|
||||
<p class="muted credit">© 2013 Alexey Bobkov & Samuel Georges.</p>
|
||||
<p class="muted credit">© 2013 - {{ "now"|date("Y") }} Alexey Bobkov & Samuel Georges.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue