summaryrefslogtreecommitdiff
path: root/docs/docsite/.templates
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2021-10-08 11:30:19 -0400
committerGitHub <noreply@github.com>2021-10-08 08:30:19 -0700
commit8e77943a977ee6c0cc5519baef29ff27b64b63a0 (patch)
tree46d8a8f1487741530414c837b3b817952746b90a /docs/docsite/.templates
parent5cb1210f82fbfa80d3b0843050ba0086205256a0 (diff)
downloadansible-8e77943a977ee6c0cc5519baef29ff27b64b63a0.tar.gz
remove fest banner (#75901)
* remove fest banner * fix nit
Diffstat (limited to 'docs/docsite/.templates')
-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">' +