-
-
{{ page.title }}
+
{{ page.title }}
- {% assign stripped_content = content | strip %}
- {% if stripped_content == "" %}
-
- {% include related_pages.html %}
-
- {% else %}
- {% include anchor_headings.html html=content anchorBody="#" anchorAttrs='aria-label="Permalink to %heading%"' %}
+ {% assign stripped_content = content | strip %}
+ {% if stripped_content == "" %}
+
+ {% include related_pages.html %}
+
+ {% else %}
+ {% include anchor_headings.html html=content anchorBody="#" anchorAttrs='aria-label="Permalink to %heading%"' %}
-
-
-
-
- {% if last_reviewed_at > last_modified_at %}
- Last reviewed: {{ page.last_reviewed_at | date: "%-d %B %Y" }}
-
- {% endif %}
- Last updated: {{ page.last_modified_at | date: "%-d %B %Y" }} (history)
-
-
- {% endif %}
-
+
+
+
+
+ {% if last_reviewed_at > last_modified_at %}
+ Last reviewed: {{ page.last_reviewed_at | date: "%-d %B %Y" }}
+
+ {% endif %}
+ Last updated: {{ page.last_modified_at | date: "%-d %B %Y" }} (history)
+
+
+ {% endif %}
diff --git a/src/_layouts/default.html b/src/_layouts/default.html
index 11ad8eada..699f9216b 100644
--- a/src/_layouts/default.html
+++ b/src/_layouts/default.html
@@ -25,12 +25,14 @@
- {% include navbar.html %}
-