Update020920252221

This commit is contained in:
Markus 2025-09-02 22:21:50 +02:00
parent 6c64da0884
commit 6828c3f835
7 changed files with 130 additions and 77 deletions

View file

@ -19,6 +19,27 @@ AUTHOR WEBSITE: https://gethugothemes.com
{{ else }}
{{ partial "style.html" . }}
{{ end }}
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.amperion.at/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>