Added compression to the entire site
Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
parent
cc6b04f370
commit
551391fad5
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user