Skip to content

Commit 961f52b

Browse files
Merge pull request #8117 from vikram-redhat/master
Added conditional so 3.9 branch is not indexed by google till it is r…
2 parents 783ed75 + 95e2847 commit 961f52b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta charset="utf-8">
99
<meta content="IE=edge" http-equiv="X-UA-Compatible">
1010
<meta content="width=device-width, initial-scale=1.0" name="viewport">
11+
<%= (version == "3.9") ? '<meta name="robots" content="noindex">' : '' %>
1112
<title><%= [topic_title, subgroup_title].compact.join(' - ') %> | <%= group_title %> | <%= distro %> <%= version %></title>
1213
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" type="text/css">
1314
<link href="<%= File.join(css_path, 'docs.css') %>" rel="stylesheet" />

0 commit comments

Comments
 (0)