Skip to content

Commit

Permalink
always show current year in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Apr 8, 2021
1 parent de9edd0 commit bbd712d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3 class="xsmall-margin">
</div>

<div class="Grid-cell footer-cell u-size1of4">
<a class="foot-link" href="">© 2018 Twitter, Inc.</a>
<a class="foot-link" href="">© {{ now.Format "2006"}} Twitter, Inc.</a>
</div>

<div class="Grid-cell footer-cell u-size1of4">
Expand Down

0 comments on commit bbd712d

Please sign in to comment.