Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/partials/head-scripts.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{{#with site.keys.enableTracking}}
<!-- Temporarily disable Matomo to not run into usage limits due to some kind of DDoS-->
<!--
<script>
<!-- Matomo -->
// Matomo
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
Expand All @@ -15,8 +17,9 @@
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='//cdn.matomo.cloud/stackable.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})();
// End Matomo Code
</script>
<!-- End Matomo Code -->
-->
{{/with}}
<script>var uiRootPath = '{{{uiRootPath}}}'</script>
<script src="/pagefind/pagefind-modular-ui.js"></script>
Loading