From fda010fe70b56d2de35b5aae53fdd2e1e647d33d Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Tue, 10 Feb 2026 15:14:37 +0100 Subject: [PATCH] Add Umami logging --- ssg/themes/hugo-trainsh/layouts/_partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ssg/themes/hugo-trainsh/layouts/_partials/head.html b/ssg/themes/hugo-trainsh/layouts/_partials/head.html index 4812558..63ca3b8 100644 --- a/ssg/themes/hugo-trainsh/layouts/_partials/head.html +++ b/ssg/themes/hugo-trainsh/layouts/_partials/head.html @@ -3,6 +3,7 @@ {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ printf "%s | %s" .Title .Site.Title }}{{ end }} + {{ partial "head/css.html" . }}