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.
2 parents 783ed75 + 95e2847 commit 961f52bCopy full SHA for 961f52b
_templates/_page_openshift.html.erb
@@ -8,6 +8,7 @@
8
<meta charset="utf-8">
9
<meta content="IE=edge" http-equiv="X-UA-Compatible">
10
<meta content="width=device-width, initial-scale=1.0" name="viewport">
11
+ <%= (version == "3.9") ? '<meta name="robots" content="noindex">' : '' %>
12
<title><%= [topic_title, subgroup_title].compact.join(' - ') %> | <%= group_title %> | <%= distro %> <%= version %></title>
13
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" type="text/css">
14
<link href="<%= File.join(css_path, 'docs.css') %>" rel="stylesheet" />
0 commit comments