Skip to content

Commit a3eca82

Browse files
committed
Add privacy-friendly analytics integration using Plausible
1 parent ad28c0a commit a3eca82

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/_templates/layout.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% extends "!layout.html" %}
2+
{% block extrahead %}
3+
<!-- Privacy-friendly analytics by Plausible -->
4+
<script async src="https://plausible.io/js/pa-B9Apen_9cO_gfwxvmnY5y.js"></script>
5+
<script>
6+
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
7+
plausible.init()
8+
</script>
9+
{% endblock %}

0 commit comments

Comments
 (0)