diff --git a/layouts/shortcodes/deprecationwarning.html b/layouts/shortcodes/deprecationwarning.html index e7812ec916..f26244ed75 100644 --- a/layouts/shortcodes/deprecationwarning.html +++ b/layouts/shortcodes/deprecationwarning.html @@ -3,7 +3,7 @@ <main> <div class="content deprecation-warning"> <h3> - Kubernetes {{ .Param "version" }} + Kubernetes {{ .Page.Param "version" }} {{ T "deprecation_warning" }} <a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a> </h3>