Skip to content

Commit 9f99b89

Browse files
samccannx1101
authored andcommitted
remove old summit banner (#3131)
1 parent 010b0ed commit 9f99b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docsite/.templates/banner.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
/*use extra_banner for when we want something extra, like a survey or Community Day notice */
1818
var extra_banner = '';
1919

20-
var extra_banner =
20+
/* var extra_banner =
2121
'<div id="latest_extra_banner_id" class="admonition important">' +
2222
'<p style="padding-bottom: 1.2rem;text-align: center;">' +
2323
'Slides for those who attended AnsibleFest at <a href="https://www.redhat.com/en/summit?sc_cid=RHCTG1250000442936">Red Hat Summit</a> will be available soon.' +
2424
'</p>' +
2525
'</div>';
26-
26+
*/
2727
// Create a banner if we're not on the official docs site
2828
if (location.host == "docs.testing.ansible.com") {
2929
document.write('<div id="testing_banner_id" class="admonition important">' +

0 commit comments

Comments
 (0)