Update020920252221
This commit is contained in:
parent
6c64da0884
commit
6828c3f835
7 changed files with 130 additions and 77 deletions
|
|
@ -75,3 +75,21 @@
|
|||
<!-- Hugo SCSS Pipeline mit Template-Parsing -->
|
||||
{{- $scss := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "scss/style.scss" . | toCSS (dict "targetPath" "css/style.css") | minify -}}
|
||||
<link rel="stylesheet" href="{{ $scss.RelPermalink }}">
|
||||
|
||||
|
||||
|
||||
<!-- 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 -->
|
||||
|
|
|
|||
|
|
@ -131,11 +131,10 @@ tarteaucitron.init({
|
|||
|
||||
<!-- Matomo + hCaptcha in die Queue (NACH init) -->
|
||||
<script>
|
||||
tarteaucitron.user.matomoId = 2;
|
||||
tarteaucitron.user.matomoHost = 'https://matomo.amperion.at/';
|
||||
tarteaucitron.user.matomoDontTrackPageView = false; // bei Bedarf true
|
||||
tarteaucitron.user.matomoFullTracking = true; // bei Bedarf false
|
||||
|
||||
(tarteaucitron.job = tarteaucitron.job || []).push('matomocloud');
|
||||
(tarteaucitron.job = tarteaucitron.job || []).push('hcaptcha');
|
||||
</script>
|
||||
|
||||
<script>
|
||||
tarteaucitron.user.matomoId = SITE_ID;
|
||||
(tarteaucitron.job = tarteaucitron.job || []).push('matomo');
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue