force https on matomo.js; update footer link
This commit is contained in:
parent
b6c4b3d2b1
commit
ebcfabfa83
4 changed files with 5 additions and 5 deletions
1
.ruby-version
Normal file
1
.ruby-version
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
3.0.2
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -27,3 +27,5 @@ end
|
||||||
|
|
||||||
# Performance-booster for watching directories on Windows
|
# Performance-booster for watching directories on Windows
|
||||||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||||
|
|
||||||
|
gem "webrick", "~> 1.7"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,7 @@
|
||||||
<footer class="footer-area">
|
<footer class="footer-area">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-area-wrapper text-center">
|
<div class="footer-area-wrapper text-center">
|
||||||
<!--
|
<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>
|
||||||
<p class="ls-40">© {{ '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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
_paq.push(['trackPageView']);
|
_paq.push(['trackPageView']);
|
||||||
_paq.push(['enableLinkTracking']);
|
_paq.push(['enableLinkTracking']);
|
||||||
(function() {
|
(function() {
|
||||||
var u="//metrics.cleaninsights.org/";
|
var u="https://metrics.cleaninsights.org/";
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
_paq.push(['setSiteId', '20']);
|
_paq.push(['setSiteId', '20']);
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue