popov.link/_layouts/default.html
Valentin Popov 9146edd459
Modify template pages from a new navbar
Signed-off-by: Valentin Popov <info@valentineus.link>
2019-03-25 02:56:40 +04:00

17 lines
316 B
HTML

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