force https on matomo.js; update footer link

This commit is contained in:
John Hess 2022-03-14 15:51:55 -05:00
parent b6c4b3d2b1
commit ebcfabfa83
4 changed files with 5 additions and 5 deletions

1
.ruby-version Normal file
View file

@ -0,0 +1 @@
3.0.2

View file

@ -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"

View file

@ -1,10 +1,7 @@
<footer class="footer-area">
<div class="container">
<div class="footer-area-wrapper text-center">
<!--
<p class="ls-40">&copy; {{ 'now' | date: "%Y" }} Butter. All rights reserved.</p>
-->
<a href="apps">View All Apps</a> | <a href="chat">Chat</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">Built on F-Droid Free Software</a>
<a href="/apps">View All Apps</a> | <a href="/chat">Chat</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">Built on F-Droid Free Software</a>
</div>
</div>
</footer>

View file

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