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];