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/_default/baseof.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 layouts/_default/baseof.html (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html deleted file mode 100644 index eb8ea10..0000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - {{ partial "head.html" . }} {{ range .AlternativeOutputFormats -}} {{ printf - ` - - ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} - - - - {{ partial "header.html" .Site }} -
{{ block "main" . }}{{ end }}
- {{ partial "footer.html" . }} - - -- cgit 1.4.1