From dcee4fe4b15738c30eb3962ff6caa5db8845254c Mon Sep 17 00:00:00 2001 From: wires Date: Mon, 31 Mar 2025 13:46:45 -0400 Subject: theme changes --- layouts/_default/_markup/render-codeblock.html | 1 - layouts/_default/_markup/render-heading.html | 3 ++ layouts/_default/baseof.html | 47 +++++++++++++------------- 3 files changed, 27 insertions(+), 24 deletions(-) delete mode 100644 layouts/_default/_markup/render-codeblock.html create mode 100644 layouts/_default/_markup/render-heading.html (limited to 'layouts/_default') diff --git a/layouts/_default/_markup/render-codeblock.html b/layouts/_default/_markup/render-codeblock.html deleted file mode 100644 index 9bfc3b1..0000000 --- a/layouts/_default/_markup/render-codeblock.html +++ /dev/null @@ -1 +0,0 @@ -
{{ (transform.HighlightCodeBlock .).Inner }}
diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html new file mode 100644 index 0000000..d49699e --- /dev/null +++ b/layouts/_default/_markup/render-heading.html @@ -0,0 +1,3 @@ + + {{ .Text }} + diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ecac3b1..0504861 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,29 +1,30 @@ - + - + {{ partial "head.html" . }} - -{{ range .AlternativeOutputFormats -}} -{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} -{{ end -}} - - - - -
-{{ block "main" . }}{{ end }} -
-{{ partial "footer.html" . }} - +
{{ block "main" . }}{{ end }}
+ {{ partial "footer.html" . }} + -- cgit 1.4.1