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

feat(js): Delete the inserted JS code

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-12-06 22:17:21 +04:00
parent 4f25c2dd26
commit c99c6bcc46
8 changed files with 6 additions and 40 deletions

View File

@ -8,14 +8,12 @@ layout: compress
{% include head.html %}
<body>
{% include navbar.html %}
{% include navbar.html %}
<main class="container" role="main">
{{ content }}
</main>
<main class="container" role="main">
{{ content }}
</main>
<!-- JavaScript -->
{% include javascript.html %}
</body>
</html>