popov.link/_layouts/default.html
Valentin Popov dfe3fab9f1 Connect icons and title
Signed-off-by: Valentin Popov <valentineus@gmail.com>
2018-04-06 23:54:57 +00:00

25 lines
365 B
HTML

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