Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added plausible.io tracking
Browse files Browse the repository at this point in the history
koaning committed Oct 9, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a0b33b3 commit 0e2078c
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ clean:
rm -rf .pytest_cache
rm -rf build
rm -rf dist
rm -rf docs
rm -rf scikit_lego.egg-info
rm -rf .ipynb_checkpoints
rm -rf .coverage*
14 changes: 14 additions & 0 deletions doc/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{% extends "!layout.html" %}

{% block footer %}
{{ super() }}
<script>
(function (w,d,s,o,f,js,fjs) {
w[o] = w[o] || function () { (w[o].q = w[o].q || []).push(arguments) };
js = d.createElement(s), fjs = d.getElementsByTagName(s)[0];
js.id = o; js.src = f; js.async = 1; fjs.parentNode.insertBefore(js, fjs);
}(window, document, 'script', 'plausible', 'https://plausible.io/js/p.js'));

plausible('page')
</script>
{% endblock %}

0 comments on commit 0e2078c

Please sign in to comment.