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> <!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 %} {% include head.html %}
<body> <body>
{% include navbar.html %} {% include navbar.html %}
<main> <main class="container" role="main">
{{ content }} {{ content }}
</main> </main>
{% include footer.html %} {% include javascript.html %}
</body> </body>
</html> </html>