diff --git a/themes/crossplane/layouts/partials/docs/version-alert.html b/themes/crossplane/layouts/partials/docs/version-alert.html index 1d26357b..4f6c5b64 100644 --- a/themes/crossplane/layouts/partials/docs/version-alert.html +++ b/themes/crossplane/layouts/partials/docs/version-alert.html @@ -10,7 +10,7 @@ Documentation for other releases can be found by using the version selector in the top right of any doc page. -{{- else if lt .Page.Params.version .Site.Params.latest -}} +{{- else if ne .Page.Params.version .Site.Params.latest -}}
PLEASE NOTE: This document applies to version {{ .Page.Params.version }} and not to the latest release {{.Site.Params.latest}}