Skip to content

Commit 80325ac

Browse files
Merge pull request #40077 from vikram-redhat/main
more EOL versions
2 parents df9e9d8 + 78abe23 commit 80325ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta content="IE=edge" http-equiv="X-UA-Compatible">
1111
<meta content="width=device-width, initial-scale=1.0" name="viewport">
1212
<%= (distro_key == "openshift-webscale") ? '<meta name="robots" content="noindex,nofollow">' : '' %>
13-
<%= ((["3.0", "3.1", "3.2", "3.3", "3.9", "4.1", "4.2", "4.3"].include?(version)) && distro_key == "openshift-enterprise") ? '<meta name="robots" content="noindex">' : '' %>
13+
<%= ((["3.0", "3.1", "3.2", "3.3", "3.4", "3.9", "4.1", "4.2", "4.3", "4.4"].include?(version)) && distro_key == "openshift-enterprise") ? '<meta name="robots" content="noindex">' : '' %>
1414
<title><%= [topic_title, subgroup_title].compact.join(' - ') %> | <%= group_title %> | <%= distro %> <%= version %></title>
1515
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" type="text/css">
1616
<link href="https://docs.openshift.com/container-platform/4.1/_stylesheets/search.css" rel="stylesheet" />

0 commit comments

Comments
 (0)