Skip to content

Commit

Permalink
Plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaniog committed Dec 16, 2024
1 parent 91b436e commit 1cfdd8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
{% block app_link %}
{% endblock %}
<script defer data-domain="queuehere.vaniog.ru" src="https://plausible.vaniog.ru/js/script.js"></script>
</head>
<body class="d-flex flex-column min-vh-100">
<nav class="navbar navbar-expand-sm text-bg-primary nav-pills">
Expand Down Expand Up @@ -245,4 +246,4 @@ <h5 class="modal-title">
})
</script>
</body>
</html>
</html>

0 comments on commit 1cfdd8f

Please sign in to comment.