mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-25 01:18:48 +03:00
Added compression to the entire site
Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
layout: compress
|
||||||
|
---
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
|
|
||||||
@@ -7,7 +11,7 @@
|
|||||||
{% include sidebar.html %}
|
{% include sidebar.html %}
|
||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
{{ content }}
|
{{ content | normalize_whitespace }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user