summaryrefslogtreecommitdiff
path: root/docs/docsite/.templates/banner.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/.templates/banner.html')
-rw-r--r--docs/docsite/.templates/banner.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html
index 94a32c967b..1ae0219b19 100644
--- a/docs/docsite/.templates/banner.html
+++ b/docs/docsite/.templates/banner.html
@@ -14,7 +14,8 @@
});
}
var banner = '';
- //use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice
+ var extra_banner = '';
+ /*use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice
var extra_banner =
'<div id="latest_extra_banner_id" class="admonition important">' +
'<br>' +
@@ -26,7 +27,7 @@
'<a href="https://reg.ansiblefest.redhat.com/flow/redhat/ansible21/regGenAttendee/login?sc_cid=7013a000002pemAAAQ">Register now!</a> ' +
'</p>' +
'<br>' +
- '</div>';
+ '</div>'; */
// Create a banner if we're not on the official docs site
if (location.host == "docs.testing.ansible.com") {
document.write('<div id="testing_banner_id" class="admonition important">' +