0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00
Files
popov.link/_layouts/default.html
2019-05-03 17:39:31 +04:00

16 lines
237 B
HTML

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