diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index c3cfb82..8e7d33a 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -2,13 +2,11 @@ {% include "head.njk" %} -
- {% include "header.njk" %} + {% include "header.njk" %} -
- {{ content | safe }} -
-
+
+ {{ content | safe }} +
{% include "footer.njk" %}