Skip to content

Commit

Permalink
Add current year to footer
Browse files Browse the repository at this point in the history
Part of #32.
  • Loading branch information
lukegb committed Jul 29, 2017
1 parent c293eab commit 9ba5d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spongeauth/templates/_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="col-md-4">
<div class="info">
<span class="minor copy">&copy;</span>
<span class="minor copyright">2016 SpongePowered</span>
<span class="minor copyright">{% now "Y" %} SpongePowered</span>
<a href="#">{% trans "Terms" %}</a>
<a href="mailto:[email protected]">{% trans "Support" %}</a>
</div>
Expand Down

0 comments on commit 9ba5d3b

Please sign in to comment.