From 3900fd42ca8fbb275d7dc8123ddb0e5758acb577 Mon Sep 17 00:00:00 2001 From: tkubacka Date: Wed, 20 Dec 2023 18:04:29 +0100 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- about.html | 9 ++++- contact.html | 9 ++++- disclaimer.html | 9 ++++- index.html | 9 ++++- project_team.html | 9 ++++- resources.html | 9 ++++- search.json | 84 +++++++++++++++++++++++------------------------ sitemap.xml | 24 +++++++------- 9 files changed, 103 insertions(+), 61 deletions(-) diff --git a/.nojekyll b/.nojekyll index 04d6321..fe3dea3 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -a279ecc1 \ No newline at end of file +e0af3ec9 \ No newline at end of file diff --git a/about.html b/about.html index 177ee24..7547ce9 100644 --- a/about.html +++ b/about.html @@ -2,7 +2,7 @@ - + @@ -213,11 +213,18 @@

Open Peer Review

var u="https://analytics.library.ethz.ch/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '61']); + + var secondaryTracker = 'https://library-ethz.opsone-analytics.ch/matomo.php'; + var secondaryWebsiteId = 61; + // Also send all of the tracking data to the new Matomo server + _paq.push(['addTracker', secondaryTracker, secondaryWebsiteId]); + 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); })(); + + + + + +