From a6893920a420ad1442667559f1bd2bffe3c92158 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Mon, 8 Nov 2021 11:48:32 -0500 Subject: [PATCH] remove fest banner (#75901) (#76215) * remove fest banner * fix nit (cherry picked from commit 8e77943a977ee6c0cc5519baef29ff27b64b63a0) --- docs/docsite/.templates/banner.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html index 94a32c967b2..1ae0219b193 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 = '
' + '
' + @@ -26,7 +27,7 @@ 'Register now! ' + '

' + '
' + - '
'; + ''; */ // Create a banner if we're not on the official docs site if (location.host == "docs.testing.ansible.com") { document.write('
' +