@@ -22,16 +22,16 @@
Terms and policies
@@ -44,5 +44,5 @@
RSS
-
+
{% endmacro %}
diff --git a/templates/headers.html b/templates/headers.html
index 7be58147d..80194c04c 100644
--- a/templates/headers.html
+++ b/templates/headers.html
@@ -1,4 +1,4 @@
-{% macro headers(title, section) -%}
+{% macro headers(title, section, root) -%}
@@ -15,23 +15,23 @@
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
@@ -39,5 +39,5 @@
-
+
{% endmacro %}
diff --git a/templates/layout.html b/templates/layout.html
index 2488029cc..dfaa0a464 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -9,11 +9,11 @@
{{ macros::escape_hbs(input=title) }}
- {{ headers::headers(title=title, section=section) | indent(prefix=" ", blank=true) }}
+ {{ headers::headers(title=title, section=section, root=root) | indent(prefix=" ", blank=true) }}
- {{ nav::nav(section=section) | indent(prefix=" ", blank=true) }}
+ {{ nav::nav(section=section, root=root) | indent(prefix=" ", blank=true) }}
{%- block page %}{% endblock page %}
- {{ footer::footer() | indent(prefix=" ", blank=true) }}
+ {{ footer::footer(root=root) | indent(prefix=" ", blank=true) }}