Files
popov.link/_layouts/default.html
T

16 lines
237 B
HTML
Raw Normal View History

2018-04-03 21:08:27 +00:00
---
layout: compress
---
2018-01-06 12:12:53 +00:00
<!DOCTYPE html>
2019-05-03 17:39:31 +04:00
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
2019-03-25 02:55:40 +04:00
{% include head.html %}
2018-01-06 12:12:53 +00:00
2019-03-25 02:55:40 +04:00
<body>
2019-05-03 04:02:31 +04:00
{{ content }}
2018-01-06 12:12:53 +00:00
2019-05-03 04:02:31 +04:00
{% include aside.html %}
2019-03-25 02:55:40 +04:00
</body>
2019-05-03 04:02:31 +04:00
2018-01-06 12:12:53 +00:00
</html>