summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-10-18 10:13:27 -0400
committerGitHub <noreply@github.com>2022-10-18 09:13:27 -0500
commitb44cb7aa996f15bda02c2994b4f83ef3b8a1ea1c (patch)
tree4c8d00c13c538d9151b8a5b00971d405ffa0a99d
parent7e85f94349d2303906cb36e461128aa3d18b6442 (diff)
downloadansible-b44cb7aa996f15bda02c2994b4f83ef3b8a1ea1c.tar.gz
remove AnsibleFest banner (#79156) (#79158)
-rw-r--r--docs/docsite/.templates/banner.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html
index 57c104d9da..55c5b6f4b3 100644
--- a/docs/docsite/.templates/banner.html
+++ b/docs/docsite/.templates/banner.html
@@ -15,7 +15,7 @@
}
var banner = '';
var extra_banner = '';
- /*use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice */
+ /*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>' +
@@ -27,7 +27,7 @@
'<a href="https://www.ansible.com/ansiblefest?intcmp=7013a000002tuDxAAI">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">' +