From 187bf204d4b949ac314c992611ffa3f1d7bb1d83 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Apr 2018 00:05:43 +0000 Subject: Base layer Signed-off-by: Valentin Popov --- _layouts/default.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 7fa5693..0966f06 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,17 +3,20 @@ layout: compress --- - + {% include head.html %} - {% include header.html %} - {% include icons.html %} +
+ {% include header.html %} -
- {{ content | normalize_whitespace }} -
+
+ {{ content }} +
+ + {% include footer.html %} +
-- cgit v1.2.3