Re-add Plausible Analytics
This commit is contained in:
parent
982642784e
commit
cdad7fc6d6
3 changed files with 13 additions and 1 deletions
|
@ -43,6 +43,10 @@
|
|||
<body>
|
||||
{% block body %}{% endblock %}
|
||||
|
||||
{% if site.plausible.domain %}
|
||||
<script defer data-domain="{{ site.plausible.domain }}" src="https://plausible.io/js/script.js"></script>
|
||||
{% endif %}
|
||||
|
||||
{% block scripts %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue