-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9690189
commit ef8cc58
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
{% extends "!layout.html" %} | ||
|
||
{% block extrahead %} | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-48268620-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'UA-48268620-1'); | ||
</script> | ||
<!-- Tracking pageviews is really useful to me to see what kind of stuff | ||
I've done is useful to people. But I'm keen to not to track any more than | ||
that, and so this is a minimal solution. It's a self-hosted matomo tracking | ||
pixel with IP anonymization and no-tracking-preference compliance. It gives | ||
me no more information than the server logs would, if I could actually | ||
access github-pages' server logs. Your data will not be shared with anyone, | ||
and I will be the only person to ever look at the stats. --> | ||
<img src="live.andyljones.com/mat/mat.php?idsite=1&rec=1" style="border:0" alt=""/> | ||
{{ super() }} | ||
{% endblock %} | ||
{% endblock %} |