popov.link/_layouts/default.html
Valentin Popov c5b50b2ae2
Moved sidebar
Signed-off-by: Valentin Popov <info@valentineus.link>
2019-10-31 18:57:41 +04:00

14 lines
203 B
HTML

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