From fbf29736d34afbec3afa70f568e4a73907c99f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Fri, 10 Jul 2020 12:25:16 +0200 Subject: [PATCH] made matomo wait for user consent, moved to a separate script --- index.html | 18 ++---------------- pages/about.html | 18 ++---------------- pages/contact.html | 20 +++----------------- pages/policy.html | 18 ++---------------- scripts/matomo.js | 1 + 5 files changed, 10 insertions(+), 65 deletions(-) create mode 100644 scripts/matomo.js diff --git a/index.html b/index.html index 0c7691c..a71c5f3 100644 --- a/index.html +++ b/index.html @@ -14,22 +14,8 @@ crossorigin="anonymous"> Mind Overflow : Home - - - - + + diff --git a/pages/about.html b/pages/about.html index 68de079..a6ef1cd 100644 --- a/pages/about.html +++ b/pages/about.html @@ -11,22 +11,8 @@ crossorigin="anonymous"> - - - - + + diff --git a/pages/contact.html b/pages/contact.html index 79e6dab..09dced3 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -10,23 +10,9 @@ integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"> - - - - - + + + diff --git a/pages/policy.html b/pages/policy.html index 4619493..a860f52 100644 --- a/pages/policy.html +++ b/pages/policy.html @@ -11,22 +11,8 @@ crossorigin="anonymous"> - - - - + + diff --git a/scripts/matomo.js b/scripts/matomo.js new file mode 100644 index 0000000..29180ed --- /dev/null +++ b/scripts/matomo.js @@ -0,0 +1 @@ +// JavaScript Document \ No newline at end of file