txtodo.app

[DORMANT] the official website of txtodo
git clone git://git.figbert.com/txtodo.app.git
Log | Files | Refs | README | LICENSE

commit fe96e78863a7c6cf6470b3e40447d424a9f4c051
parent 7a68d1ff6def131039a32247f0e233885802e677
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 19 Sep 2020 11:53:40 -0700

:chart_with_upwards_trend: Move analytics from GoatCounter to Umami

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

diff --git a/public/index.html b/public/index.html @@ -19,9 +19,8 @@ <meta name="theme-color" content="#ffffff"> <link rel='stylesheet' href='/build/bundle.css'> <script defer src='/build/bundle.js'></script> + <script async defer data-website-id="fdcae343-d1eb-441c-a20b-dfc8e6d32644" integrity="sha384-SFgC+hTq6Y/T7BVtH5jNjyKuiSefSCTh8BN9KApl6huoN9KYDDnCXZd2e3dcoxbL" src="https://umami.figbert.com/umami.js" crossorigin="anonymous"></script> </head> <body> - <script data-goatcounter="https://txtodo.goatcounter.com/count" - async src="//gc.zgo.at/count.js"></script> </body> </html>