Improved the base layer

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-04-23 00:48:33 +04:00
parent e678aab029
commit 824ebd27d6
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -8,7 +8,9 @@ layout: compress
{% include head.html %} {% include head.html %}
<body> <body>
<main class="container"> {% include navbar.html %}
<main>
{{ content }} {{ content }}
</main> </main>