Remove Plausible

This commit is contained in:
Oliver Davies 2024-11-05 12:00:00 +00:00
parent 38f2da27a2
commit 6bed2f655a
3 changed files with 0 additions and 10 deletions

View file

@ -50,10 +50,6 @@
{# Add the Mastodon verification link so pages can be verified. #}
<a class="hidden" rel="me" href="{{ site.mastodon.url }}">Mastodon</a>
{% 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>