Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-10-25 11:46:01 +0300
committerGitHub <noreply@github.com>2022-10-25 11:46:01 +0300
commit060f114d8ca8bc4e75780c3a3845a9fffadda7da (patch)
tree48504cba47213ef1c22210e800b7cec8a89d74fd
parent645b6b858151a67eddcb63a6b5f726072271e6d9 (diff)
add link to fest videos (#79196)
-rw-r--r--docs/docsite/.templates/banner.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html
index 55c5b6f4b3f..87abfc30ab2 100644
--- a/docs/docsite/.templates/banner.html
+++ b/docs/docsite/.templates/banner.html
@@ -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">' +