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 %} -