From 2b4ca1a88e4df33269e0bd80b4b23ef40d276858 Mon Sep 17 00:00:00 2001 From: wires Date: Thu, 6 Mar 2025 23:30:44 -0500 Subject: first draft of theme --- layouts/_default/_markup/render-codeblock.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/_default/_markup/render-codeblock.html (limited to 'layouts/_default/_markup/render-codeblock.html') diff --git a/layouts/_default/_markup/render-codeblock.html b/layouts/_default/_markup/render-codeblock.html new file mode 100644 index 0000000..9bfc3b1 --- /dev/null +++ b/layouts/_default/_markup/render-codeblock.html @@ -0,0 +1 @@ +
{{ (transform.HighlightCodeBlock .).Inner }}
-- cgit 1.4.1