changed head.html
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s

This commit is contained in:
2024-07-23 00:14:05 +02:00
parent 63d81818c5
commit a8899b6dba

View File

@@ -20,10 +20,14 @@
<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 || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["disableCampaignParameters"]);
_paq.push(["setDoNotTrack", true]);
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
@@ -36,4 +40,3 @@
</script>
<!-- End Matomo Code -->
<link rel="stylesheet" href='{{ "/css/custom.css" | relURL }}'>