We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7325f06 commit 6617a69Copy full SHA for 6617a69
_templates/_page_openshift.html.erb
@@ -10,7 +10,7 @@
10
<meta content="IE=edge" http-equiv="X-UA-Compatible">
11
<meta content="width=device-width, initial-scale=1.0" name="viewport">
12
<%= (distro_key == "openshift-webscale") ? '<meta name="robots" content="noindex,nofollow">' : '' %>
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">' : '' %>
+ <%= ((["3.0", "3.1", "3.2", "3.3", "3.4", "3.9", "4.1", "4.2", "4.3", "4.4", "4.5"].include?(version)) && distro_key == "openshift-enterprise") ? '<meta name="robots" content="noindex">' : '' %>
14
<title><%= [topic_title, subgroup_title].compact.join(' - ') %> | <%= group_title %> | <%= distro %> <%= version %></title>
15
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" type="text/css">
16
<link href="https://docs.openshift.com/container-platform/4.1/_stylesheets/search.css" rel="stylesheet" />
0 commit comments