From 01a2f10cfa100996e18e52f245f0be2baf545a00 Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 16 Sep 2025 18:18:10 -0400 Subject: initial commit --- layouts/_default/_markup/render-heading.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/_default/_markup/render-heading.html (limited to 'layouts/_default/_markup') diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html new file mode 100644 index 0000000..7035d68 --- /dev/null +++ b/layouts/_default/_markup/render-heading.html @@ -0,0 +1,6 @@ + +{{ if le .Level 3 }} + # +{{ end }} +{{ .Text | safeHTML }} + -- cgit v1.2.3