diff --git a/themes/geekboot/layouts/partials/feature-state-alert.html b/themes/geekboot/layouts/partials/feature-state-alert.html index 1bd9c4a2..ddfd1a6e 100644 --- a/themes/geekboot/layouts/partials/feature-state-alert.html +++ b/themes/geekboot/layouts/partials/feature-state-alert.html @@ -29,8 +29,12 @@
This feature graduated to beta status in v{{.Page.Params.betaVersion}}. {{ end }} + {{ $ver := (printf "v%s" .Page.Params.version) }} + {{ if eq .Page.Params.version "master" }} + {{ $ver = "master" }} + {{ end }}

- For more information read the Crossplane feature lifecycle. + For more information read the Crossplane feature lifecycle.