From b93cb40f1abd3988a8d003e4810c3847364ddeec Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 24 Apr 2018 18:06:55 +0400 Subject: [PATCH] Header file has been updated Signed-off-by: Valentin Popov --- _includes/head.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index a301dd4..20217ea 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,19 +12,12 @@ - - - - {% if page.title %}{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} ·{% endif %} - {{ site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} - - - - + + + {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 }} - - + @@ -34,4 +27,8 @@ + +