From 6c83f37c96c71172d26a763f5483331bab28e76d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 29 Sep 2017 18:59:49 +0200 Subject: [PATCH] Clean up HTML formatting. --- src/_layouts/default.html | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/src/_layouts/default.html b/src/_layouts/default.html index e90ca80..30abd0e 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -1,21 +1,14 @@ - {% include head.html %} - -{% include header.html %} -{% include banner.html %} -{% include section-one.html %} -{% include section-two.html %} -{% include section-three.html %} -{% include cta.html %} -{% include footer.html %} -{% include foot-scripts.html %} + {% include header.html %} + {% include banner.html %} + {% include section-one.html %} + {% include section-two.html %} + {% include section-three.html %} + {% include cta.html %} + {% include footer.html %} + {% include foot-scripts.html %} -