diff --git a/content/en/training/_index.html b/content/en/training/_index.html
index 6dc509ff5b..d7437a45de 100644
--- a/content/en/training/_index.html
+++ b/content/en/training/_index.html
@@ -112,7 +112,6 @@ class: training
-
-
+ {{< cncf-landscape helpers=false category="kubernetes-training-partner" >}}
diff --git a/layouts/shortcodes/cncf-landscape.html b/layouts/shortcodes/cncf-landscape.html
index 5684dc0511..455f2b5658 100644
--- a/layouts/shortcodes/cncf-landscape.html
+++ b/layouts/shortcodes/cncf-landscape.html
@@ -57,7 +57,11 @@ document.addEventListener("DOMContentLoaded", function () {
{{- end -}}
-
+ {{ if ( .Get "category" ) }}
+
+ {{ else }}
+
+ {{ end }}
{{- end -}}