changed head.html
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s
This commit is contained in:
@@ -20,20 +20,23 @@
|
||||
<link rel="stylesheet" href='{{ "/css/swiper-bundle.min.css" | relURL }}'>
|
||||
{{ end }}
|
||||
<link href='{{ "/css/style.min.css" | relURL }}' rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href='{{ "/css/custom.css" | relURL }}'>
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
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.ftecke.de/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '2']);
|
||||
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 -->
|
||||
_paq.push(["disableCampaignParameters"]);
|
||||
_paq.push(["setDoNotTrack", true]);
|
||||
_paq.push(["disableCookies"]);
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//matomo.ftecke.de/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '2']);
|
||||
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 -->
|
||||
|
||||
<link rel="stylesheet" href='{{ "/css/custom.css" | relURL }}'>
|
||||
Reference in New Issue
Block a user