diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 0cbafa759ff..ac7639d1cfa 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -25,7 +25,7 @@ {{ $product := index $path 1 }} {{ $version := index $path 2 }} {{ $productVersion := printf "%s/%s" $product $version}} - {{ if eq $productVersion "rancher/v2.x" }} + {{ if in .Dir "rancher/v2.x" }}