From 38ea8abc66a235db89a8cd1814a12526314d8a16 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 4 Nov 2019 19:07:30 -0800 Subject: [PATCH] Clean up landing template --- tool/template-landing-children.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/tool/template-landing-children.html b/tool/template-landing-children.html index c4a59a2b83..cee5f8c34b 100644 --- a/tool/template-landing-children.html +++ b/tool/template-landing-children.html @@ -3,17 +3,14 @@ {% block main %} {% if content %} -
-
- {{ content }} -
-
-
-

Children of this page:

- {% set show_blurbs = True %} - {% set depth= 1 %} - {% include 'template-page-children.html' %} +
+ {{ content }} + + {% set show_blurbs = True %} + {% set depth= 1 %} + {% include 'template-page-children.html' %} +
{% else %}