Standard template

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-05-15 03:43:39 +04:00
parent a28dacb417
commit 08f0f5d528
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

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