diff --git a/doc/_themes/saltstack2/layout.html b/doc/_themes/saltstack2/layout.html index b2cc366df1af..cf5e8373abce 100644 --- a/doc/_themes/saltstack2/layout.html +++ b/doc/_themes/saltstack2/layout.html @@ -21,12 +21,12 @@ {% set script_files = [ '_static/js/core.min.js', - '_static/js/webhelp.min_v1.4.3.js', + '_static/js/webhelp.min_v1.4.4.js', ] %} {% set css_files = [ '_static/css/core.min.css', - '_static/css/webhelp.min_v1.4.4.css', + '_static/css/webhelp.min_v1.4.5.css', ] %} {%- macro relbar() %} @@ -125,55 +125,79 @@ {%- block content %} +
+ + +
+ +
- -
+
+ + + +
+
{% if "topics/releases" in pagename and "0" in pagename and not release in pagename and not "In Progress" in title %} -
+ -
{% elif build_type == "develop" and on_saltstack %} -
+ -
{% elif build_type == "inactive" and on_saltstack %} -
+ -
{% endif %} {% if build_type == "next" and on_saltstack %} -
+ -
{% endif %} {%- block document %} @@ -239,11 +263,15 @@