Skip to content

Commit

Permalink
Use current year (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Mar 10, 2022
1 parent d65edd9 commit 579b3e3
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 @@ -43,7 +43,7 @@
{{- end }}
</div>
</nav>
<div class="copyright">&copy; 2021 {{ $title }}. All rights reserved.</div>
<div class="copyright">&copy; {{ now.Year}} {{ $title }}. All rights reserved.</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 579b3e3

Please sign in to comment.