diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html index a231b16d6b7..d4ece6636da 100644 --- a/docs/docsite/.templates/banner.html +++ b/docs/docsite/.templates/banner.html @@ -14,9 +14,10 @@ }); } var banner = ''; + /*use extra_banner for when we want something extra, like a survey or Community Day notice */ var extra_banner = ''; - /*use extra_banner for when we want something extra, like a survey or Community Day notice */ - var extra_banner = + /* + var extra_banner = '
' + '

' + 'Take the Ansible Project Survey 2024!' + @@ -25,6 +26,7 @@ 'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem.' + '

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