1
Fork 0

Add page URL to matomo URL

This commit is contained in:
Jake Howard 2019-10-27 22:31:53 +00:00
parent 44b7a98457
commit e4c0ef7f2a
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 4 deletions

View file

@ -51,7 +51,7 @@
{{ partial "script_async.html" "js/app.js" }}
{{ if not .Site.IsServer }}
{{ partial "matomo.html" }}
{{ partial "matomo.html" . }}
{{ end }}
</body>
</html>

View file

@ -1,3 +1 @@
<!-- Matomo Image Tracker-->
<img src="https://matomo.theorangeone.net/matomo.php?idsite=1&amp;rec=1" style="border:0" alt="" />
<!-- End Matomo -->
<img src="https://matomo.theorangeone.net/matomo.php?idsite=1&amp;rec=1&amp;url={{ .Permalink }}" style="border:0" />