diff --git a/_layouts/default.html b/_layouts/default.html
index 96907b43e4cc..1bbc3cf81222 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -4,7 +4,7 @@
-
+
{% if page.before-content %}
{% for file in page.before-content %}
@@ -22,4 +22,4 @@
{% endfor %}
{% endif %}
-
+
diff --git a/_layouts/minimal.html b/_layouts/minimal.html
index 9322065c3d0f..f81f29c82c84 100644
--- a/_layouts/minimal.html
+++ b/_layouts/minimal.html
@@ -20,7 +20,7 @@
-
+
{% if page.before-content %}
{% for file in page.before-content %}
@@ -38,7 +38,7 @@
{% endfor %}
{% endif %}
-
+
{% include footer-minimal.html %}
diff --git a/_layouts/page.html b/_layouts/page.html
index 0d4bac64dc91..f66f3e42db1b 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -4,7 +4,7 @@
{% include header.html type="page" %}
-