From 551391fad55507daaa8a081ae73f46cb3f932e26 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Apr 2018 21:08:27 +0000 Subject: Added compression to the entire site Signed-off-by: Valentin Popov --- _layouts/default.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index aedca0a..ff58a5d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,3 +1,7 @@ +--- +layout: compress +--- + @@ -7,7 +11,7 @@ {% include sidebar.html %}
- {{ content }} + {{ content | normalize_whitespace }}
-- cgit v1.2.3