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 9c125aaddf2810d3fba61ecee4f25a6ec6ae4557
parent 6b8a9650d5e8dcc172d58aae7ac7b3f28aec60c9
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 18 Sep 2020 16:30:17 -0700

:chart_with_upwards_trend: Move from GoatCounter to self-hosted Umami

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

diff --git a/templates/base.html b/templates/base.html @@ -48,6 +48,7 @@ <link rel="stylesheet" href="{{ get_url(path="global.css") | safe }}"> {% endblock styles %} {% block posthead %}{% endblock posthead %} + <script async defer data-website-id="05bb9f50-5cd2-451b-8b15-d9088cc614d0" integrity="sha384-SFgC+hTq6Y/T7BVtH5jNjyKuiSefSCTh8BN9KApl6huoN9KYDDnCXZd2e3dcoxbL" src="https://umami.figbert.com/umami.js"></script> </head> <body> {% block header %} @@ -65,8 +66,6 @@ <main> {% block content %}{% endblock content %} </main> - <script data-goatcounter="https://figbert.goatcounter.com/count" - async src="https://gc.zgo.at/count.js"></script> </body> </html>