mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
Merge pull request #833 from acasajus/new/outbound-tracking
Use plausible outbound link tracking
This commit is contained in:
commit
aa5c86605a
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
|
|
||||||
{% if PLAUSIBLE_HOST and PLAUSIBLE_DOMAIN %}
|
{% if PLAUSIBLE_HOST and PLAUSIBLE_DOMAIN %}
|
||||||
<!-- Plausible Analytics library -->
|
<!-- Plausible Analytics library -->
|
||||||
<script async defer data-domain=”{{ PLAUSIBLE_DOMAIN }}” src=”{{ PLAUSIBLE_HOST }}/js/plausible.js”></script>
|
<script async defer data-domain=”{{ PLAUSIBLE_DOMAIN }}” src=”{{ PLAUSIBLE_HOST }}/js/plausible.outbound-links.js”></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='darkmode.css') }}?v={{ VERSION }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='darkmode.css') }}?v={{ VERSION }}">
|
||||||
|
|
Loading…
Reference in a new issue