diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 7da558dd82a..50583bb7514 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -15,11 +15,11 @@
-
+
{{ $url := urls.Parse .Permalink }}
{{ $path := split $url.Path "/" }}
{{ $product := index $path 1 }}
@@ -37,10 +37,15 @@
{{end}}
{{ if in .Dir "os/v1.x" }}
-
RancherOS 1.x is currently in a maintain-only-as-essential mode. It is no longer being actively maintained at a code level other than addressing critical or security fixes. For more information about the support status of RancherOS, see
this page.
+
RancherOS 1.x is currently in a maintain-only-as-essential mode. It is no longer being actively maintained at a code level other than addressing critical or security fixes. For more information about the support status of RancherOS, see
this page.
{{end}}
-
+ {{ if or (in .Dir "/v2.0-v2.4") (in .Dir "/v2.5") }}
+
+
You are viewing the documentation for an older Rancher release. If you're looking for the documentation for the latest Rancher release, go to
this page instead.
+
+ {{end}}
+