diff options
author | Valentin Popov <info@valentineus.link> | 2018-09-30 06:33:46 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-09-30 06:33:46 +0300 |
commit | b5db7d13b616d76aca086136dc7148b579cbd063 (patch) | |
tree | 8f0c10ab01bdf0edc0a4f2e6904940b9c08920dc /_layouts | |
parent | 3c77c6d356788884d1467fdfc07c854c50b7bf63 (diff) | |
download | popov.link-b5db7d13b616d76aca086136dc7148b579cbd063.tar.xz popov.link-b5db7d13b616d76aca086136dc7148b579cbd063.zip |
Transferring scripts to the basement of the site
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index f202269..1c43cad 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -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> |