From dfe3fab9f1d90fc78e0036af5b57a3d5d730c4a4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 6 Apr 2018 23:54:57 +0000 Subject: [PATCH] Connect icons and title Signed-off-by: Valentin Popov --- _layouts/default.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index ff58a5d..b1ca412 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,12 +8,17 @@ layout: compress {% include head.html %} - {% include sidebar.html %} + {% include header.html %} -
- {{ content | normalize_whitespace }} -
+ {% include icons.html %} +
+
+
+ {{ content | normalize_whitespace }} +
+
+