popov.link/_layouts/default.html
Valentin Popov 551391fad5 Added compression to the entire site
Signed-off-by: Valentin Popov <valentineus@gmail.com>
2018-04-03 21:08:27 +00:00

20 lines
234 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="ru">
{% include head.html %}
<body>
{% include sidebar.html %}
<div class="content container">
{{ content | normalize_whitespace }}
</div>
</body>
</html>