0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

Transferring scripts to the basement of the site

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-09-30 07:33:46 +04:00
parent 3c77c6d356
commit b5db7d13b6
3 changed files with 12 additions and 12 deletions

View File

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