mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
@@ -14,7 +14,8 @@
|
||||
});
|
||||
}
|
||||
var banner = '';
|
||||
//use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice
|
||||
var extra_banner = '';
|
||||
/*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>' +
|
||||
@@ -26,7 +27,7 @@
|
||||
'<a href="https://reg.ansiblefest.redhat.com/flow/redhat/ansible21/regGenAttendee/login?sc_cid=7013a000002pemAAAQ">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">' +
|
||||
|
||||
Reference in New Issue
Block a user