Base layer

Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
Valentin Popov 2018-04-11 00:05:43 +00:00
parent 76b7d849a1
commit 187bf204d4

View File

@ -3,17 +3,20 @@ layout: compress
---
<!DOCTYPE html>
<html lang="{{ site | smartify | strip_html | normalize_whitespace }}">
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
{% include head.html %}
<body>
<main class="wrapper">
{% include header.html %}
{% include icons.html %}
<section class="main">
{{ content | normalize_whitespace }}
</section>
<div class="content">
{{ content }}
</div>
{% include footer.html %}
</main>
</body>
</html>