diff options
author | Sandra McCann <samccann@redhat.com> | 2022-10-25 13:22:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 12:22:10 -0500 |
commit | a76163ca3c42b32adcd613a1a1d343320bd30fa4 (patch) | |
tree | 1f9da30e3a7fc43773b0bc84464c292ad2e19591 /docs | |
parent | 3922d46a7105036d793601434b85fa34bb75c230 (diff) | |
download | ansible-a76163ca3c42b32adcd613a1a1d343320bd30fa4.tar.gz |
remove AnsibleFest banner (#79156) (#79157)
(cherry picked from commit 5b04dff7bd96f9b9592b7a48261e34a3a3bd4c0e)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/.templates/banner.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html index 57c104d9da..55c5b6f4b3 100644 --- a/docs/docsite/.templates/banner.html +++ b/docs/docsite/.templates/banner.html @@ -15,7 +15,7 @@ } 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>' + @@ -27,7 +27,7 @@ '<a href="https://www.ansible.com/ansiblefest?intcmp=7013a000002tuDxAAI">Register now!</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">' + |