Skip to content

Commit

Permalink
Take year dynamically
Browse files Browse the repository at this point in the history
It's a good idea to use the year dynamically than having to change it every year.
  • Loading branch information
mohsin committed Mar 9, 2015
1 parent 02db7cd commit b02618c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/demo/partials/footer.htm
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit b02618c

Please sign in to comment.