Add page URL to matomo URL
This commit is contained in:
parent
44b7a98457
commit
e4c0ef7f2a
2 changed files with 2 additions and 4 deletions
|
@ -51,7 +51,7 @@
|
|||
{{ partial "script_async.html" "js/app.js" }}
|
||||
|
||||
{{ if not .Site.IsServer }}
|
||||
{{ partial "matomo.html" }}
|
||||
{{ partial "matomo.html" . }}
|
||||
{{ end }}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
<!-- Matomo Image Tracker-->
|
||||
<img src="https://matomo.theorangeone.net/matomo.php?idsite=1&rec=1" style="border:0" alt="" />
|
||||
<!-- End Matomo -->
|
||||
<img src="https://matomo.theorangeone.net/matomo.php?idsite=1&rec=1&url={{ .Permalink }}" style="border:0" />
|
||||
|
|
Loading…
Reference in a new issue