Fix: move umami script to the end of body
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2022-06-15 09:13:17 +02:00
parent 2d5038f221
commit 8b16188061
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,6 @@
<title>{{ SITENAME }}{% block title %}{% endblock %}</title>
<script async defer data-website-id="2cb9cd4c-66da-4e4f-9e84-a2d53c7b07bc" src="https://stat.opytex.org/umami.js"></script>
</head>
<body>
@ -141,5 +140,7 @@
{% if GITHUB_CORNER_URL %}
{% include 'partial/github.html' %}
{% endif %}
<script type="text/javascript" async defer data-website-id="2cb9cd4c-66da-4e4f-9e84-a2d53c7b07bc" src="https://stat.opytex.org/umami.js"></script>
</body>
</html>