From d3ad20c8e9bf24534c64272e76823fc6c39131ec Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Thu, 31 Oct 2024 23:45:05 -0500 Subject: [PATCH] rename static/_defaults --- layouts/_default/baseof.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 layouts/_default/baseof.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..b18fdf1 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,30 @@ +{{- if lt hugo.Version "0.112.4" }} +{{- errorf "=> hugo v0.112.4 or greater is required for hugo-PaperMod to build " }} +{{- end -}} + + + + + + {{ partial "plausible_head.html" . }} + {{ partial "plausible_csp.html" . }} + {{ partial "analytics.html" . }} + {{- partial "head.html" . }} + + + + {{- partialCached "header.html" . .Page -}} +
+ {{- block "main" . }}{{ end }} +
+ {{ partialCached "footer.html" . .Layout .Kind (.Param "hideFooter") (.Param "ShowCodeCopyButtons") -}} + + +