diff --git a/site/hugo.toml b/site/hugo.toml index d4f335889f..b32f4f0223 100644 --- a/site/hugo.toml +++ b/site/hugo.toml @@ -79,6 +79,7 @@ ignoreFiles = [] twitter = "kubernetesio" # add your twitter profile copyright = "The Kubernetes Authors" + trademark_link = "https://www.linuxfoundation.org/legal/trademark-usage" # Google Custom Search Engine ID. # gcs_engine_id = "007239566369470735695:624rglujm-w" diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 56ec47207e..7ec7dc688a 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -24,6 +24,12 @@ {{ end }} +
+
+ {{ with .Site.Params.trademark_link }}© The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, + please see our Trademark Usage page.{{ end }} +
+
{{ define "footer-links-block" }}