dynamise analytics and fix SEO for site with no album output

This commit is contained in:
Set Hallstrom 2020-07-29 14:44:32 +02:00
parent af6dfc7710
commit 368b6ded61
5 changed files with 34 additions and 53 deletions

View file

@ -7,7 +7,7 @@ _paq.push(['enableLinkTracking']);
(function() {
var u="https://terminalnetwork.matomo.cloud/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '11']);
_paq.push(['setSiteId', '{{ site.matomo_site_id }}']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})();