From a5481287094298e3183d041b346223841fb08c91 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 21 Feb 2021 17:02:36 +0100 Subject: [PATCH] Removed unnecessary stuff from templates. --- templates/homepage.html | 2 +- templates/page.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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 }}