Insert Plausible.io analytics code into docs

pull/6823/head
Karl Hobley 2021-02-18 18:14:10 +00:00
rodzic 7b61ee2889
commit 111a195f06
1 zmienionych plików z 6 dodań i 0 usunięć

6
docs/_templates/layout.html vendored 100644
Wyświetl plik

@ -0,0 +1,6 @@
{% extends "!layout.html" %}
{% block footer %}
{{ super() }}
<script async defer data-domain="docs.wagtail.io" src="https://plausible.io/js/plausible.js"></script>
{% endblock %}