2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-02 15:28:52 +00:00

Add privacy respecting analytics

This commit is contained in:
Matthias Mair 2022-07-26 21:46:55 +02:00 committed by GitHub
parent b6522ef4dc
commit c6157be458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<html lang="{{ site.lang | default: " en-US " }}">
<head>
{% include base/head.html %}
@ -7,14 +7,15 @@
<body class="flex flex-col antialiased cm-gray-1 min-h-screen">
<div class="flex-none">
{% include base/header.html %}
{{ content }}
{% include base/header.html %} {{ content }}
</div>
<div class="flex-grow"></div>
<div class="flex-none">
{% include base/footer.html %}
{% include base/footer.html %}
</div>
</body>
<script defer data-domain="matmair.github.io" src="https://plausible.io/js/plausible.js"></script>
</html>