Add dynamic copyright year
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marko Korhonen 2023-03-19 00:09:17 +02:00
parent 34d9a5961e
commit bd183481c9
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
copyright = "Copyright © 2022 Marko Korhonen"
copyright = "Copyright © 2022 - {year} Marko Korhonen"
# Meta description for search engines and such
description = "Portfolio of Marko Korhonen"

View file

@ -1,4 +1,4 @@
copyright = "Copyright © 2022 Marko Korhonen"
copyright = "Copyright © 2022 - {year} Marko Korhonen"
# Meta description for search engines and such
description = "Marko Korhosen portfolio"

View file

@ -182,7 +182,7 @@
Toha
</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-right">
<a id="hugo" href="https://gohugo.io/" target="_blank" rel="noopener">{{ i18n "hugoAttributionText" }}
<img