Skip to content

Commit a3bc667

Browse files
authored
Merge pull request #4232 from nokia/update-docs-header
Update Copyright to CNCF and add CNCF policy page link
2 parents fac33c7 + 4efb1d4 commit a3bc667

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

documentation/layouts/partials/footer.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{{ $links := .Site.Params.links }}
22
<footer class="row d-print-none">
3-
<div class="container-fluid mx-sm-3">
4-
<!-- <div class="row mb-4">
3+
4+
<!-- <div class="container-fluid mx-sm-3">
5+
<div class="row mb-4">
56
<div class="logo-and-hub">
67
<a href="https://www.cncf.io/" class="logo"><img width="210" height="40"
78
src="/images/CNCF_logo_white.svg" alt="Cloud Native Computing Foundation logo" /></a>
@@ -88,16 +89,19 @@
8889

8990
<div class="copyright py-2">
9091
<small class="text-white">
91-
&copy; {{ now.Year}} The kpt Authors | Documentation Distributed under CC BY 4.0 |
92+
&copy; {{ now.Year}} kpt a Series of LF Projects, LLC | Documentation Distributed under CC BY 4.0 |
9293
kpt follows <a href="{{ .Site.Params.code_of_conduct }}" target="_blank" rel="noopener">The CNCF Code of Conduct</a> |
9394
This site was built with the <a href="https://www.docsy.dev/">Docsy</a> <a href="https://gohugo.io/">Hugo</a>
9495
theme and deployed to Netlify.</small>
95-
<a href="https://www.netlify.com"> <img src="https://www.netlify.com/v3/img/components/netlify-color-bg.svg" alt="Deploys by Netlify" height="25"/> </a>
96+
<a href="https://www.netlify.com"> <img src="https://www.netlify.com/v3/img/components/netlify-color-bg.svg" alt="Deploys by Netlify" height="25"/> </a> </br>
97+
For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/">lfprojects.org/policies</a>. </br>
98+
The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation,
99+
please see our <a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademark Usage page</a>.
96100
{{ if not .Site.Params.ui.footer_about_disable }}
97101
{{ with .Site.GetPage "about" }}
98102
<p class="mt-2"><a href="{{ .RelPermalink }}">{{ .Title }}</a></p>
99103
{{ end }}
100104
{{ end }}
101105
</div>
102-
</div>
106+
<!--</div>-->
103107
</footer>

0 commit comments

Comments
 (0)