diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html index 28280bcbb8c..a231b16d6b7 100644 --- a/docs/docsite/.templates/banner.html +++ b/docs/docsite/.templates/banner.html @@ -18,9 +18,12 @@ /*use extra_banner for when we want something extra, like a survey or Community Day notice */ var extra_banner = '
' + - '

' + - 'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem by taking the Ansible Project Survey 2024.' + + '

' + + 'Take the Ansible Project Survey 2024!' + '

' + + '

' + + '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") {