From ebcfabfa83e03ef5bc948850bdc569f5f3edd9ba Mon Sep 17 00:00:00 2001 From: John Hess Date: Mon, 14 Mar 2022 15:51:55 -0500 Subject: [PATCH] force https on matomo.js; update footer link --- .ruby-version | 1 + Gemfile | 2 ++ _includes/footer.html | 5 +---- _layouts/basic.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..b502146 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.0.2 diff --git a/Gemfile b/Gemfile index 6c38134..0f42851 100644 --- a/Gemfile +++ b/Gemfile @@ -27,3 +27,5 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] + +gem "webrick", "~> 1.7" diff --git a/_includes/footer.html b/_includes/footer.html index d075c49..ffa0360 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,10 +1,7 @@ diff --git a/_layouts/basic.html b/_layouts/basic.html index 6c56600..ccb02d2 100644 --- a/_layouts/basic.html +++ b/_layouts/basic.html @@ -29,7 +29,7 @@ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { - var u="//metrics.cleaninsights.org/"; + var u="https://metrics.cleaninsights.org/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '20']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];