Skip to content

Commit

Permalink
fix broken copyright year, use time.Now
Browse files Browse the repository at this point in the history
  • Loading branch information
patgmiller committed Jan 22, 2024
1 parent 16f8192 commit 726d15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/essentials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="border-border dark:border-darkmode-border border-t py-7">
<div class="text-light dark:text-darkmode-light container text-center">
<p>
{{ site.Params.copyright | markdownify }} &copy; {{ time.Format "2006" .Date }}
{{ site.Params.copyright | markdownify }} &copy; {{ time.Format "2006" time.Now }}
</p>
</div>
</div>
Expand Down

0 comments on commit 726d15b

Please sign in to comment.