Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
penndu committed Nov 21, 2023
1 parent 7b5fd09 commit c7cc767
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions themes/volantis/layout/_partial/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@
<% }) %>
<!-- Custom Files footer begin-->
<%- volantis_inject('footer') %>
<!-- 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="//matomo.dusays.com/";
_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 -->
<!-- Custom Files footer end-->
</footer>
<% } %>

0 comments on commit c7cc767

Please sign in to comment.