popov.link/_layouts/default.html
Valentin Popov a646efb49b Layers of a new theme
Signed-off-by: Valentin Popov <valentineus@gmail.com>
2018-04-07 09:17:54 +00:00

20 lines
311 B
HTML

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