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/_markup/render-codeblock.html | 1 + layouts/_markup/render-heading.html | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 layouts/_markup/render-codeblock.html create mode 100644 layouts/_markup/render-heading.html (limited to 'layouts/_markup') diff --git a/layouts/_markup/render-codeblock.html b/layouts/_markup/render-codeblock.html new file mode 100644 index 0000000..f3912ad --- /dev/null +++ b/layouts/_markup/render-codeblock.html @@ -0,0 +1 @@ +
{{ (transform.HighlightCodeBlock .).Inner }}
diff --git a/layouts/_markup/render-heading.html b/layouts/_markup/render-heading.html new file mode 100644 index 0000000..d49699e --- /dev/null +++ b/layouts/_markup/render-heading.html @@ -0,0 +1,3 @@ + + {{ .Text }} + -- cgit 1.4.1