File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1616 var banner = '' ;
1717 /*use extra_banner for when we want something extra, like a survey or Community Day notice */
1818 var extra_banner = '' ;
19- /*
19+
2020 var extra_banner =
2121 '<div id="latest_extra_banner_id" class="admonition important">' +
22- '<p style="font-size: 1.5rem;text-align: center;">' +
23- 'Take the <a href="https://www.surveymonkey .com/r/P9Q2SNG">Ansible Project Survey 2024 </a>!' +
22+ '<p style="font-size: 1.5rem;padding-bottom: 1.2rem; text-align: center;">' +
23+ 'Join AnsibleFest at <a href="https://www.redhat .com/en/summit?sc_cid=RHCTG1250000442936">Red Hat Summit </a>!' +
2424 '</p>' +
25- '<p style="padding-bottom: 1.2rem;text-align: center">' +
26- 'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem.' +
27- '</p>' +
2825 '</div>' ;
29- */
26+
3027 // Create a banner if we're not on the official docs site
3128 if ( location . host == "docs.testing.ansible.com" ) {
3229 document . write ( '<div id="testing_banner_id" class="admonition important">' +
You can’t perform that action at this time.
0 commit comments