popov.link/_layouts/default.html
Valentin Popov 824ebd27d6
Improved the base layer
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-04-23 00:48:33 +04:00

21 lines
281 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
{% include head.html %}
<body>
{% include navbar.html %}
<main>
{{ content }}
</main>
{% include footer.html %}
</body>
</html>