popov.link/_layouts/default.html
Valentin Popov 5668edea38
Have added new structure sites
Signed-off-by: Valentin Popov <info@valentineus.link>
2019-05-03 04:02:31 +04:00

16 lines
251 B
HTML

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