figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 0218ec5f2d8896fdb3f58ca7cafb9b6dff3df34c
parent 7e3f23263db678b06eb4204477375bc806dbb887
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 22 Aug 2020 15:36:43 -0700

:lock: Force GoatCounter script to use HTTPS

Diffstat:
Mtemplates/base.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html @@ -63,7 +63,7 @@ {% block content %}{% endblock content %} </main> <script data-goatcounter="https://figbert.goatcounter.com/count" - async src="//gc.zgo.at/count.js"></script> + async src="https://gc.zgo.at/count.js"></script> </body> </html>