We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad28c0a commit a3eca82Copy full SHA for a3eca82
docs/_templates/layout.html
@@ -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