site

personal website, served at mordaunt.dev/site
Log | Files | Refs

commit e6cd05efa5d9a563431198a81ac013dcc74961ee
parent bd93d306fba80266b106c9ae2cd3c67b8831ad99
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Thu, 24 Sep 2026 06:29:40 -0300

theme: drop the Plausible script

Analytics now come from the web server's access log on mordaunt.dev,
which counts every visitor without running anything in their browser
or sending anything to a third party. The pages carry no tracking
script of any kind.

Diffstat:
Mthemes/hugo-coder/layouts/partials/head.html | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/themes/hugo-coder/layouts/partials/head.html b/themes/hugo-coder/layouts/partials/head.html @@ -19,6 +19,5 @@ {{ if .IsHome }}{{ partial "head/hugo-generator.html" . }}{{ end }} -<script defer data-domain="mordaunt.dev" src="https://plausible.io/js/script.js"></script> {{ partial "head/extensions.html" . }}