Skip to content

Commit

Permalink
Merge pull request #1008 from sacr3dc0w/master
Browse files Browse the repository at this point in the history
Display current year in footer using {{moment}} template helper.
  • Loading branch information
mcampa authored May 11, 2017
2 parents 7ab43ea + 3a8284a commit 02c8d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/common/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h5 class="footer-info-heading">{{lang 'footer.info'}}</h5>
{{/if}}
{{#if theme_settings.show_copyright_footer}}
<div class="footer-copyright">
<p class="powered-by">&copy; {moment format="YYYY"}} {{settings.store_name}} </p>
<p class="powered-by">&copy; {{moment format="YYYY"}} {{settings.store_name}} </p>
</div>
{{/if}}
</div>
Expand Down

0 comments on commit 02c8d43

Please sign in to comment.