From 23a8b443360dc12ea1c8da8882fbed12cc380f69 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Apr 2018 19:10:32 +0000 Subject: [PATCH] Weak places of the header have been worked out Signed-off-by: Valentin Popov --- _includes/head.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index d43c770..3354d17 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,6 +1,6 @@ - + @@ -8,9 +8,10 @@ {% if page.title == "index" %} - {{ site.title }} + {{ site.title | smartify | strip_html | strip | normalize_whitespace }} {% else %} - {{ page.title }} · {{ site.title }} + {{ page.title | smartify | strip_html | strip | normalize_whitespace }} · + {{ site.title | smartify | strip_html | strip | normalize_whitespace }} {% endif %} @@ -24,15 +25,15 @@ - - - + + + - - - + + + - +