Skip to content

Commit 720d946

Browse files
Robert Feketefekete-robertcsatib02
committed
Updates year in copyright footer
Co-authored-by: Robert Fekete <fekete77.robert@gmail.com> Co-authored-by: Bence Csati <bence.csati@axoflow.com> Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent b22e193 commit 720d946

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
@@ -20,7 +20,7 @@
2020
</div>
2121
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
2222
<small class="text-white"><a class="text-white" href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a> | </small>
23-
{{ with .Site.Params.copyright }}<small class="text-white">&copy; {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</small>{{ end }}
23+
{{ with .Site.Params.copyright }}<small class="text-white">&copy; 2023-{{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</small>{{ end }}
2424
{{ with .Site.Params.privacy_policy }}<small class="ml-1"><a href="{{ . }}" target="_blank" rel="noopener">{{ T "footer_privacy_policy" }}</a></small>{{ end }}
2525
{{ if not .Site.Params.ui.footer_about_disable }}
2626
{{ with .Site.GetPage "about" }}<p class="mt-2"><a href="{{ .RelPermalink }}">{{ .Title }}</a></p>{{ end }}

0 commit comments

Comments
 (0)