From 824ebd27d66b74331fa0ba90139686a175336760 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 23 Apr 2018 00:48:33 +0400 Subject: [PATCH] Improved the base layer Signed-off-by: Valentin Popov --- _layouts/default.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 7ec0764..1030914 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,9 @@ layout: compress {% include head.html %} -
+ {% include navbar.html %} + +
{{ content }}