Skip to content

Commit

Permalink
remove ansibleFest banner (ansible#72253)
Browse files Browse the repository at this point in the history
  • Loading branch information
samccann authored Oct 20, 2020
1 parent 69e510e commit 3ece57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docsite/_themes/sphinx_rtd_theme/ansible_banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
current_url_path = window.location.pathname;
if (startsWith(current_url_path, "/ansible/latest/") || startsWith(current_url_path, "/ansible/{{ latest_version }}/")) {
// no banner for latest release
// temp banner to advertise AnsibleFest
/* temp banner to advertise AnsibleFest
document.write('<div id="banner_id" class="admonition important">');
document.write('<p><a href="https://www.ansible.com/ansiblefest?sc_cid=7013a000002gyPxAAI">AnsibleFest</a> is going virtual with two days of expert speakers, live demos and hands-on labs Oct 13-14!</p>');
document.write('</div>');
document.write('</div>'); */

} else if (startsWith(current_url_path, "/ansible/devel/")) {
document.write('<div id="banner_id" class="admonition caution">');
Expand Down

0 comments on commit 3ece57c

Please sign in to comment.