add link to fest videos (#79196)

pull/79207/head
Sandra McCann 2 years ago committed by GitHub
parent 645b6b8581
commit 060f114d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,19 +15,16 @@
}
var banner = '';
var extra_banner = '';
/*use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice *
/*use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice */
var extra_banner =
'<div id="latest_extra_banner_id" class="admonition important">' +
'<br>' +
'<p>' +
'Immerse yourself in the automation experience October 18-19 in Chicago. ' +
'<p>' +
'Join us for AnsibleFest 2022. ' +
'<pr>' +
'<a href="https://www.ansible.com/ansiblefest?intcmp=7013a000002tuDxAAI">Register now!</a> ' +
'Continue building on your automation knowledge, visit the <a href="https://www.ansible.com/ansiblefest?intcmp=7013a000002tuDxAAI">AnsibleFest content hub!</a> ' +
'</p>' +
'<br>' +
'</div>'; */
'</div>';
// Create a banner if we're not on the official docs site
if (location.host == "docs.testing.ansible.com") {
document.write('<div id="testing_banner_id" class="admonition important">' +

Loading…
Cancel
Save