From 3d4f486fa1f5e603aae621a2ee79d023f7068cc1 Mon Sep 17 00:00:00 2001 From: Resynth <resynth1943@tutanota.com> Date: Wed, 22 Jul 2020 17:16:16 +0200 Subject: [PATCH] Add Plausible stuffs --- _includes/layouts/base.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/_includes/layouts/base.html b/_includes/layouts/base.html index ad8837b..551973b 100644 --- a/_includes/layouts/base.html +++ b/_includes/layouts/base.html @@ -48,11 +48,6 @@ author: resynth1943 {{ content }} </main> - <!-- Goatcounter tracking code; see the analytics for this page: https://resynth1943.goatcounter.com/ --> - {% if env == 'production' %} - <script data-goatcounter="https://resynth1943.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> - {% else %} - <!-- WHERE MAH GOAT AT --> - {% endif %} + <script async defer data-domain="developers.reverseeagle.org" src="https://plausible.io/js/plausible.js"></script> </body> </html> <!-- ;¬) Stay synthin' --> \ No newline at end of file -- GitLab