From 949f289d3cc3df778088f462dcaec3a2d8933ecc Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 24 Mar 2019 22:10:30 +0400 Subject: [PATCH] Add a header in the navbar Signed-off-by: Valentin Popov --- _includes/navbar.html | 2 ++ _scss/components/_navigation.scss | 45 +++++++++++++++++-------------- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/_includes/navbar.html b/_includes/navbar.html index bac694d..145d77f 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -1,6 +1,8 @@ {% assign pages = site.pages | where: "show", true %}