summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2021-11-08 11:48:32 -0500
committerGitHub <noreply@github.com>2021-11-08 10:48:32 -0600
commita6893920a420ad1442667559f1bd2bffe3c92158 (patch)
tree346d4c91bcdc180eff72d6901f71187537df4931
parentd408e42926c551d26bf7d8cd3f25f97a176ce925 (diff)
downloadansible-a6893920a420ad1442667559f1bd2bffe3c92158.tar.gz
remove fest banner (#75901) (#76215)
* remove fest banner * fix nit (cherry picked from commit 8e77943a977ee6c0cc5519baef29ff27b64b63a0)
-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">' +