From 551391fad55507daaa8a081ae73f46cb3f932e26 Mon Sep 17 00:00:00 2001 From: Valentin Popov <valentineus@gmail.com> Date: Tue, 3 Apr 2018 21:08:27 +0000 Subject: Added compression to the entire site Signed-off-by: Valentin Popov <valentineus@gmail.com> --- _layouts/default.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +--- + <!DOCTYPE html> <html lang="ru"> @@ -7,7 +11,7 @@ {% include sidebar.html %} <div class="content container"> - {{ content }} + {{ content | normalize_whitespace }} </div> </body> -- cgit v1.2.3