Skip to content

Commit bbd712d

Browse files
committed
always show current year in footer
1 parent de9edd0 commit bbd712d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3 class="xsmall-margin">
3131
</div>
3232

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

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

0 commit comments

Comments
 (0)