From d0deda9b496f582374f71bf25dd97b8410387a21 Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 22 Aug 2025 08:54:40 -0400 Subject: initial commit --- themes/orca/layouts/_default/_markup/render-heading.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/orca/layouts/_default/_markup/render-heading.html (limited to 'themes/orca/layouts/_default/_markup') diff --git a/themes/orca/layouts/_default/_markup/render-heading.html b/themes/orca/layouts/_default/_markup/render-heading.html new file mode 100644 index 0000000..d8a820e --- /dev/null +++ b/themes/orca/layouts/_default/_markup/render-heading.html @@ -0,0 +1,6 @@ + +{{ .Text | safeHTML }} +{{ if le .Level 3 }} + # +{{ end }} + -- cgit v1.2.3