From 644c6766fae5dfd3b9b5efe762fc1bfd416412f9 Mon Sep 17 00:00:00 2001 From: Karol Szwaj Date: Wed, 19 Nov 2025 14:15:28 +0100 Subject: [PATCH 1/2] update copyright note on the hugo website Signed-off-by: Karol Szwaj --- config.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 7d68aad..677926e 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,7 @@ category = "categories" # set taxonomyCloud = [] to hide taxonomy clouds taxonomyCloud = [] # set taxonomyPageHeader = [] to hide taxonomies on the page headers -taxonomyPageHeader = [] +taxonomyPageHeader = [] # Highlighting config pygmentsCodeFences = true @@ -58,7 +58,7 @@ style = "monokai" guessSyntax = "true" [params] -copyright = "2021-2024. The kube-bind Authors" +copyright = "2021-2025. The kube-bind Authors" footer_note = "Kubernetes and the Kubernetes logo are registered trademarks of The Linux Foundation® (TLF)." footer_cncf_show = false footer_cncf_note = "We are a Cloud Native Computing Foundation sandbox project." @@ -150,4 +150,3 @@ min = "0.75.0" [[module.imports]] ignoreImports = false path = "kcp" - From dd94df2cb03e17062c03f3062f99fe65118dc9df Mon Sep 17 00:00:00 2001 From: Karol Szwaj Date: Fri, 21 Nov 2025 16:19:40 +0100 Subject: [PATCH 2/2] update copyright note on the hugo website Signed-off-by: Karol Szwaj On-behalf-of: @SAP karol.szwaj@sap.com --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 677926e..4433b5f 100644 --- a/config.toml +++ b/config.toml @@ -58,7 +58,7 @@ style = "monokai" guessSyntax = "true" [params] -copyright = "2021-2025. The kube-bind Authors" +copyright = "2021-2026. The kube-bind Authors" footer_note = "Kubernetes and the Kubernetes logo are registered trademarks of The Linux Foundation® (TLF)." footer_cncf_show = false footer_cncf_note = "We are a Cloud Native Computing Foundation sandbox project."