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/footer.html | 10 ---------- layouts/partials/head.html | 21 --------------------- layouts/partials/header.html | 10 ---------- layouts/partials/tags.html | 6 ------ 4 files changed, 47 deletions(-) delete mode 100644 layouts/partials/footer.html delete mode 100644 layouts/partials/head.html delete mode 100644 layouts/partials/header.html delete mode 100644 layouts/partials/tags.html (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html deleted file mode 100644 index 52c7a99..0000000 --- a/layouts/partials/footer.html +++ /dev/null @@ -1,10 +0,0 @@ - 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 }} - diff --git a/layouts/partials/header.html b/layouts/partials/header.html deleted file mode 100644 index bf7f2f2..0000000 --- a/layouts/partials/header.html +++ /dev/null @@ -1,10 +0,0 @@ -
-

{{.Title}}

- -
diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html deleted file mode 100644 index b464c47..0000000 --- a/layouts/partials/tags.html +++ /dev/null @@ -1,6 +0,0 @@ -{{ with .GetTerms "tags" }} -

- Tags:{{ range $i, $e := . }}{{- if $i -}},{{ end -}}{{ with $e }} - {{lower .Title}}{{end}}{{ end }} -

-{{ end }} -- cgit 1.4.1