Use modules, new layout, and hugo_cookie_consent.
Build and Deploy / build-and-deploy (push) Failing after 8s

This commit is contained in:
2026-06-14 23:16:20 +02:00
parent b156991f8b
commit e57c4aa403
26 changed files with 138 additions and 188 deletions
+1
View File
@@ -0,0 +1 @@
{{ partial "hugo_cookie_consent/scripts.html" . }}
+1
View File
@@ -0,0 +1 @@
{{ partial "hugo_cookie_consent/banner.html" . }}
-16
View File
@@ -1,16 +0,0 @@
<!-- 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="https://matomo.bovender.de/";
_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 -->