diff --git a/templates/homepage.html b/templates/homepage.html index ebccd96e..bcfbd7b7 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -7,7 +7,7 @@ {% for blk in this.section.blocks %} -
+
{% if blk.title %}
diff --git a/templates/page.html b/templates/page.html index 1ba223ea..80b4280c 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,12 +1,12 @@ {% extends "header_slim.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} -
-
-
-

{{ this.title }}

-
+
+
+

{{ this.title }}

+
+
{{ this.body }}