Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit 060f114

Browse files
authored
add link to fest videos (ansible#79196)
1 parent 645b6b8 commit 060f114

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/docsite/.templates/banner.html

+4-7
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,16 @@
1515
}
1616
var banner = '';
1717
var extra_banner = '';
18-
/*use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice *
18+
/*use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice */
1919
var extra_banner =
2020
'<div id="latest_extra_banner_id" class="admonition important">' +
2121
'<br>' +
2222
'<p>' +
23-
'Immerse yourself in the automation experience October 18-19 in Chicago. ' +
24-
'<p>' +
25-
'Join us for AnsibleFest 2022. ' +
26-
'<pr>' +
27-
'<a href="https://www.ansible.com/ansiblefest?intcmp=7013a000002tuDxAAI">Register now!</a> ' +
23+
'Continue building on your automation knowledge, visit the <a href="https://www.ansible.com/ansiblefest?intcmp=7013a000002tuDxAAI">AnsibleFest content hub!</a> ' +
24+
2825
'</p>' +
2926
'<br>' +
30-
'</div>'; */
27+
'</div>';
3128
// Create a banner if we're not on the official docs site
3229
if (location.host == "docs.testing.ansible.com") {
3330
document.write('<div id="testing_banner_id" class="admonition important">' +

0 commit comments

Comments
 (0)