Root template

This commit is contained in:
Valentin Popov 2018-04-18 01:03:03 +04:00
parent af7ce99b07
commit 5a648c6a10
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -5,22 +5,14 @@ layout: compress
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}"> <html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
{% include head.html %} {% include head.html %}
<body> <body>
<main class="wrapper"> <main class="container">
<nav class="navigation">
{% include header.html %}
</nav>
<div class="content">
{{ content }} {{ content }}
</div> </main>
<footer class="footer"> {% include footer.html %}
{% include footer.html %} </body>
</footer>
</main>
</body>
</html> </html>