From f32aed3141c55211c89d2aef7049c3d1e3add7de Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Apr 2018 12:29:40 +0000 Subject: The side panel was refined Signed-off-by: Valentin Popov --- _includes/sidebar.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to '_includes/sidebar.html') diff --git a/_includes/sidebar.html b/_includes/sidebar.html index dee5578..d2343b7 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -4,7 +4,7 @@

- {% if page.title == "Home" %} + {% if page.title == "index" %} {{ site.title }} {% else %} {{ page.title }} @@ -14,7 +14,7 @@

- {% if page.title == "Home" %} + {% if page.title == "index" %} {{ site.description }} {% else %} {{ page.description }} @@ -24,10 +24,19 @@

+ + + -- cgit v1.2.3