Skip to content

Commit 2d5b144

Browse files
authored
Merge pull request #328 from kube-logging/footer-20260428
Update footer copyright notice
2 parents 9f5a701 + 559807e commit 2d5b144

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ weight = 1
4444

4545
# email = ""
4646

47-
copyright = "kube-logging authors | "
47+
copyright = "kube-logging"
4848

4949
relativeURLs = true
5050

layouts/partials/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
{{ end }}
2020
</div>
2121
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
22-
<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; 2023-{{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</small>{{ end }}
24-
{{ with .Site.Params.privacy_policy }}<small class="ml-1"><a href="{{ . }}" target="_blank" rel="noopener">{{ T "footer_privacy_policy" }}</a></small>{{ end }}
22+
<small class="text-white"></small>
23+
{{ with .Site.Params.copyright }}<small class="text-white">Copyright {{ .}} a Series of LF Projects, LLC</small>{{ end }}
24+
<small class="text-white"><br/>For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/" target="_blank" rel="noopener">lfprojects.org/policies/</a>.</small>
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 }}
2727
{{ end }}

0 commit comments

Comments
 (0)