Skip to content

Commit

Permalink
Update header.gsp
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 authored Oct 14, 2024
1 parent 7eb1167 commit 0a8ee83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/jbake/templates/header.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "//matomo.privacy.apache.org/";
var u = "//analytics.apache.org/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '5']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
Expand All @@ -48,4 +48,4 @@
<body>
<div class="preloader">
<img src="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>img/loader.gif" alt="Preloader image">
</div>
</div>

0 comments on commit 0a8ee83

Please sign in to comment.