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,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 }}'>
|
||||
Reference in New Issue
Block a user