From 88d4540c3795030204a1dc535294ad84ec4312ca Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Tue, 16 Apr 2024 10:54:09 -0400 Subject: [PATCH] update lifecycle link to point to a version and not KB Signed-off-by: Pete Lumbis --- themes/geekboot/layouts/partials/feature-state-alert.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/geekboot/layouts/partials/feature-state-alert.html b/themes/geekboot/layouts/partials/feature-state-alert.html index 1bd9c4a22..ddfd1a6ee 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.