diff --git a/_includes/footer.html b/_includes/footer.html
index 552e7a0..fb6a93c 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -21,7 +21,7 @@
{{ nw.name }}
{% endfor %}
- Email
diff --git a/_includes/matomo.js b/_includes/matomo.js
index b5aa886..214bac0 100644
--- a/_includes/matomo.js
+++ b/_includes/matomo.js
@@ -9,5 +9,5 @@ _paq.push(['enableLinkTracking']);
_paq.push(['setTrackerUrl', u+'matomo.php']);
_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);
+ g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})();
diff --git a/_layouts/default.html b/_layouts/default.html
index 1a89b54..3e247c3 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -16,6 +16,46 @@
+
+
+
@@ -37,5 +77,7 @@
{% endunless %}
{% include cookie-consent.html %}
{% include scripts.html %}
+
-