From cc6b04f37028a421fc6878e6c4bbdf5a55aeda59 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Apr 2018 20:11:18 +0000 Subject: [PATCH] Deleted compression Signed-off-by: Valentin Popov --- _includes/head.html | 6 +++--- _includes/sidebar.html | 22 ++++++++++------------ 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 3354d17..5710769 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,10 +8,10 @@ {% if page.title == "index" %} - {{ site.title | smartify | strip_html | strip | normalize_whitespace }} + {{ site.title | smartify | strip_html | normalize_whitespace }} {% else %} - {{ page.title | smartify | strip_html | strip | normalize_whitespace }} · - {{ site.title | smartify | strip_html | strip | normalize_whitespace }} + {{ page.title | smartify | strip_html | normalize_whitespace }} · + {{ site.title | smartify | strip_html | normalize_whitespace }} {% endif %} diff --git a/_includes/sidebar.html b/_includes/sidebar.html index a5b83c9..34461b9 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -2,22 +2,20 @@