diff --git a/content/en/_index.html b/content/en/_index.html
index 0e5c55a9..00bc29fa 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -108,5 +108,4 @@
-
-
+{{< home/cncf >}}
diff --git a/content/en/img/logos/cncf-color.svg b/content/en/img/logos/cncf-color.svg
new file mode 100644
index 00000000..6ed42883
--- /dev/null
+++ b/content/en/img/logos/cncf-color.svg
@@ -0,0 +1,88 @@
+
+
+
diff --git a/hugo.yaml b/hugo.yaml
index 011df705..99b433a0 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -91,7 +91,7 @@ outputs:
params:
description: Free and Open Source PaaS-platform for seamless management of virtual machines, managed Kubernetes, and Databases-as-a-Service
- copyright: Ænix,
+ copyright: The Cozystack authors
github_repo: https://github.com/cozystack/website
github_branch: main
github_project_repo: https://github.com/cozystack/cozystack
@@ -113,11 +113,11 @@ params:
# url: https://v2-1.docs.fluxcd.io
# - version: "v2.0"
# url: https://v2-0.docs.fluxcd.io
- #logos:
+ logos:
# navbar: flux-horizontal-white.png
# hero: flux-horizontal-color.png
# footer: flux-stacked-white.png
- # cncf: cncf-color.png
+ cncf: cncf-color.svg
ui:
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact: true
diff --git a/layouts/shortcodes/home/cncf.html b/layouts/shortcodes/home/cncf.html
index 360348a2..63fd588a 100644
--- a/layouts/shortcodes/home/cncf.html
+++ b/layouts/shortcodes/home/cncf.html
@@ -3,7 +3,7 @@
{{ $logo := printf "img/logos/%s" site.Params.logos.cncf | relURL }}