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/baseof.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 layouts/baseof.html (limited to 'layouts/baseof.html') diff --git a/layouts/baseof.html b/layouts/baseof.html new file mode 100644 index 0000000..eb8ea10 --- /dev/null +++ b/layouts/baseof.html @@ -0,0 +1,15 @@ + + + + {{ 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