From 54e4a732484c120d9f95fe3451da932859cf7473 Mon Sep 17 00:00:00 2001 From: wires Date: Tue, 29 Jul 2025 14:37:32 -0400 Subject: fix stuff for new version of hugo --- layouts/partials/head.html | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 layouts/partials/head.html (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html deleted file mode 100644 index 2fe366d..0000000 --- a/layouts/partials/head.html +++ /dev/null @@ -1,21 +0,0 @@ - - -{{ with (or .Description .Site.Params.description) }} - -{{ end }} -{{ with .Keywords }}{{ end }} - - -{{ range slice "style.css" "syntax.css"}} -{{- with resources.Get . }} - {{- if eq hugo.Environment "development" }} - - {{- else }} - {{- with . | minify | fingerprint }} - - {{- end }} - {{- end }} -{{- end }} -{{ end }} -{{ printf "%s | %s" .Title site.Title }} - -- cgit 1.4.1