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