Fix footer year display

This commit is contained in:
Marko Korhonen 2025-03-24 13:54:16 -05:00
parent 2a96fe8b32
commit 89e54c6286
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -211,7 +211,7 @@
Toha theme {{ $tohaVersion }}
</a>
</div>
<div class="col-md-4 text-center">{{ $copyrightNotice | markdownify }}</div>
<div class="col-md-4 text-center">{{ replace $copyrightNotice "{year}" now.Year | markdownify }}</div>
<div class="col-md-4 text-end">
<a id="hugo" href="https://gohugo.io/" target="_blank" rel="noopener">{{ i18n "hugoAttributionText" }}
<img