mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Track plausible for docs.datasette.io not datasette.io
This commit is contained in:
parent
554aae5c51
commit
6b1384b2f5
1 changed files with 1 additions and 1 deletions
2
docs/_templates/layout.html
vendored
2
docs/_templates/layout.html
vendored
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<script defer data-domain="datasette.io" src="https://plausible.io/js/plausible.js"></script>
|
<script defer data-domain="docs.datasette.io" src="https://plausible.io/js/plausible.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block sidebartitle %}
|
{% block sidebartitle %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue